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




The command bar to dock.
Specifies if the command bar should be docked at the outer edge of the form or at the last dockbar row on the dock bar.
Docks the specifies command bar  to the  outer or inner row.
Syntax
'Declaration
 
Public Overloads Function DockCommandBar( _
   ByVal bar As CommandBar, _
   ByVal outerRow As Boolean _
) As Boolean
'Usage
 
Dim instance As DockBar
Dim bar As CommandBar
Dim outerRow As Boolean
Dim value As Boolean
 
value = instance.DockCommandBar(bar, outerRow)
public bool DockCommandBar( 
   CommandBar bar,
   bool outerRow
)
public: bool DockCommandBar( 
   CommandBar* bar,
   bool outerRow
) 
public:
bool DockCommandBar( 
   CommandBar^ bar,
   bool outerRow
) 

Parameters

bar
The command bar to dock.
outerRow
Specifies if the command bar should be docked at the outer edge of the form or at the last dockbar row on the dock bar.
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

DockBar Class
DockBar Members
Overload List

Send Feedback