BCGControlBar Library for .NET
AddBar Method




The docking pane to add.
Adds a new docking pane to the list of the docking panes within the Docking Container.
Syntax
'Declaration
 
Public Sub AddBar( _
   ByVal pane As DockingPane _
) 
'Usage
 
Dim instance As DockingContainer
Dim pane As DockingPane
 
instance.AddBar(pane)
public void AddBar( 
   DockingPane pane
)
public: void AddBar( 
   DockingPane* pane
) 
public:
void AddBar( 
   DockingPane^ pane
) 

Parameters

pane
The docking pane to add.
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

DockingContainer Class
DockingContainer Members

Send Feedback