BCGControlBar Library for .NET
StoreRecentPos Method




Called by the framework to store the current position of the command bar. This data is used on restoring the recent docking row, recent miniframe.
Syntax
'Declaration
 
Public Overridable Sub StoreRecentPos() 
'Usage
 
Dim instance As CommandBar
 
instance.StoreRecentPos()
public virtual void StoreRecentPos()
public: virtual void StoreRecentPos(); 
public:
virtual void StoreRecentPos(); 
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

CommandBar Class
CommandBar Members

Send Feedback