BCGControlBar Library for .NET
RemoveDockingPaneFromTabbedDocuments Method




The docking pane to restore its old location and to remove its parent MDIClild form.
If the docking pane is located in the tab MDIChild form, this function removes this form and places the docking pane on its old position and makes it focused. Called by framework on changing the pane state from the TabbedDocument state to another one.
Syntax
'Declaration
 
Public Sub RemoveDockingPaneFromTabbedDocuments( _
   ByVal pane As DockingPane _
) 
'Usage
 
Dim instance As DockManager
Dim pane As DockingPane
 
instance.RemoveDockingPaneFromTabbedDocuments(pane)
public void RemoveDockingPaneFromTabbedDocuments( 
   DockingPane pane
)
public: void RemoveDockingPaneFromTabbedDocuments( 
   DockingPane* pane
) 
public:
void RemoveDockingPaneFromTabbedDocuments( 
   DockingPane^ pane
) 

Parameters

pane
The docking pane to restore its old location and to remove its parent MDIClild form.
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