BCGControlBar Library for .NET
DockToRecentPos Method




If true, the command bar will be placed into its recent miniframe.
This function has no default implementation. You should override it in the derived class to dock the command bar to its recent position.
Syntax
'Declaration
 
Public Overridable Sub DockToRecentPos( _
   ByVal isFloat As Boolean _
) 
'Usage
 
Dim instance As CommandBar
Dim isFloat As Boolean
 
instance.DockToRecentPos(isFloat)
public virtual void DockToRecentPos( 
   bool isFloat
)
public: virtual void DockToRecentPos( 
   bool isFloat
) 
public:
virtual void DockToRecentPos( 
   bool isFloat
) 

Parameters

isFloat
If true, the command bar will be placed into its recent miniframe.
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