BCGControlBar Library for .NET
GetDockBar Method




The edge of the dock bar to return.
Returns a dock bar from the specified dock edge.
Syntax
'Declaration
 
Public Function GetDockBar( _
   ByVal edge As DockEdge _
) As DockBar
'Usage
 
Dim instance As CommandBarManager
Dim edge As DockEdge
Dim value As DockBar
 
value = instance.GetDockBar(edge)
public DockBar GetDockBar( 
   DockEdge edge
)
public: DockBar* GetDockBar( 
   DockEdge edge
) 
public:
DockBar^ GetDockBar( 
   DockEdge edge
) 

Parameters

edge
The edge of the dock bar to return.
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