BCGControlBar Library for .NET
DockTrackedCommandBar Method (CommandBarManager)




The command bar to dock.
The target dockBar.
The target dock row.
Specifies if the docked command bar is located first.
Docks the specified command bar after tracking.
Syntax
'Declaration
 
Public Function DockTrackedCommandBar( _
   ByVal bar As CommandBar, _
   ByVal dockBar As DockBar, _
   ByVal row As DockBarRow, _
   ByVal outerEdge As Boolean _
) As Boolean
'Usage
 
Dim instance As CommandBarManager
Dim bar As CommandBar
Dim dockBar As DockBar
Dim row As DockBarRow
Dim outerEdge As Boolean
Dim value As Boolean
 
value = instance.DockTrackedCommandBar(bar, dockBar, row, outerEdge)
public bool DockTrackedCommandBar( 
   CommandBar bar,
   DockBar dockBar,
   DockBarRow row,
   bool outerEdge
)
public: bool DockTrackedCommandBar( 
   CommandBar* bar,
   DockBar* dockBar,
   DockBarRow* row,
   bool outerEdge
) 
public:
bool DockTrackedCommandBar( 
   CommandBar^ bar,
   DockBar^ dockBar,
   DockBarRow^ row,
   bool outerEdge
) 

Parameters

bar
The command bar to dock.
dockBar
The target dockBar.
row
The target dock row.
outerEdge
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

Send Feedback