BCGControlBar Library for .NET
DockTrackedCommandBar Method (DockBar)




The command bar to dock.
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 row As DockBarRow, _
   ByVal outerRow As Boolean _
) As Boolean
'Usage
 
Dim instance As DockBar
Dim bar As CommandBar
Dim row As DockBarRow
Dim outerRow As Boolean
Dim value As Boolean
 
value = instance.DockTrackedCommandBar(bar, row, outerRow)
public bool DockTrackedCommandBar( 
   CommandBar bar,
   DockBarRow row,
   bool outerRow
)
public: bool DockTrackedCommandBar( 
   CommandBar* bar,
   DockBarRow* row,
   bool outerRow
) 
public:
bool DockTrackedCommandBar( 
   CommandBar^ bar,
   DockBarRow^ row,
   bool outerRow
) 

Parameters

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

DockBar Class
DockBar Members

Send Feedback