BCGControlBar Library for .NET
AddDockingPane Method (DockManager)




A pane to add to the collection of the docking panes.
Call this member function to register any docking pane within dock manager. It adds the specified docking pane to the all docking pane collection of the dockmanager. Now the specified docking pane will be managed by the dockmanager.
Syntax
'Declaration
 
Public Sub AddDockingPane( _
   ByVal pane As DockingPane _
) 
'Usage
 
Dim instance As DockManager
Dim pane As DockingPane
 
instance.AddDockingPane(pane)
public void AddDockingPane( 
   DockingPane pane
)
public: void AddDockingPane( 
   DockingPane* pane
) 
public:
void AddDockingPane( 
   DockingPane^ pane
) 

Parameters

pane
A pane to add to the collection of the docking panes.
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