BCGControlBar Library for .NET
AddDockingPaneToTabbedDocuments Method




A pane to dock as tabbed document.
Puts the specified docking pane to the tabbed MDI-child form within the MDIContainer form. It is possible only if the parent form  is MDIContainer and EnableMDITabs mode for  the current layout controller instance is available.
Syntax
'Declaration
 
Public Sub AddDockingPaneToTabbedDocuments( _
   ByVal pane As DockingPane _
) 
'Usage
 
Dim instance As DockManager
Dim pane As DockingPane
 
instance.AddDockingPaneToTabbedDocuments(pane)
public void AddDockingPaneToTabbedDocuments( 
   DockingPane pane
)
public: void AddDockingPaneToTabbedDocuments( 
   DockingPane* pane
) 
public:
void AddDockingPaneToTabbedDocuments( 
   DockingPane^ pane
) 

Parameters

pane
A pane to dock as tabbed document.
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