BCGControlBar Library for .NET
AddDockedBar Method




A pane to add to the docked bar collection.
Call this member function to register any docking pane within dock manager. Adds the specified docking pane to the collection of the docked bar.  Called by the framework on docking any pane within the parent form.
Syntax
'Declaration
 
Public Sub AddDockedBar( _
   ByVal pBar As Control _
) 
'Usage
 
Dim instance As DockManager
Dim pBar As Control
 
instance.AddDockedBar(pBar)
public void AddDockedBar( 
   Control pBar
)
public: void AddDockedBar( 
   Control* pBar
) 
public:
void AddDockedBar( 
   Control^ pBar
) 

Parameters

pBar
A pane to add to the docked bar collection.
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

DockManager Class
DockManager Members

Send Feedback