BCGControlBar Library for .NET
DockCommandBar(CommandBar,DockEdge,Boolean) Method




The command bar to dock.
The dock edge to set for  the command bar as current.
Specifies if the docked command bar is located first.
Docks the command bar to the specified DockEdge or DockStyle, to the specified DockRow.
Syntax
'Declaration
 
Public Overloads Function DockCommandBar( _
   ByVal bar As CommandBar, _
   ByVal edge As DockEdge, _
   ByVal outerRow As Boolean _
) As Boolean
'Usage
 
Dim instance As CommandBarManager
Dim bar As CommandBar
Dim edge As DockEdge
Dim outerRow As Boolean
Dim value As Boolean
 
value = instance.DockCommandBar(bar, edge, outerRow)
public bool DockCommandBar( 
   CommandBar bar,
   DockEdge edge,
   bool outerRow
)
public: bool DockCommandBar( 
   CommandBar* bar,
   DockEdge edge,
   bool outerRow
) 
public:
bool DockCommandBar( 
   CommandBar^ bar,
   DockEdge edge,
   bool outerRow
) 

Parameters

bar
The command bar to dock.
edge
The dock edge to set for  the command bar as current.
outerRow
Specifies if the docked command bar is located first.
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

CommandBarManager Class
CommandBarManager Members
Overload List

Send Feedback