BCGControlBar Library for .NET
RemoveDockingPane(DockingPane,Control,Boolean) Method




A docking pane to remove from the TabCollection of theTabbedGroup.
A control to set as a parent for removed docking pane from the TabCollection of the TabbedGroup.
Specifies if the removed docking pane should be displayed on its new parent control.
Removes the specified docking pane from the TabCollection of the TabbedGroup and places it to the specified control.
Syntax
'Declaration
 
Public Overloads Function RemoveDockingPane( _
   ByVal pane As DockingPane, _
   ByVal newParent As Control, _
   ByVal visible As Boolean _
) As DockingPane
'Usage
 
Dim instance As TabbedGroup
Dim pane As DockingPane
Dim newParent As Control
Dim visible As Boolean
Dim value As DockingPane
 
value = instance.RemoveDockingPane(pane, newParent, visible)
public DockingPane RemoveDockingPane( 
   DockingPane pane,
   Control newParent,
   bool visible
)
public: DockingPane* RemoveDockingPane( 
   DockingPane* pane,
   Control* newParent,
   bool visible
) 
public:
DockingPane^ RemoveDockingPane( 
   DockingPane^ pane,
   Control^ newParent,
   bool visible
) 

Parameters

pane
A docking pane to remove from the TabCollection of theTabbedGroup.
newParent
A control to set as a parent for removed docking pane from the TabCollection of the TabbedGroup.
visible
Specifies if the removed docking pane should be displayed on its new parent control.
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

TabbedGroup Class
TabbedGroup Members
Overload List

Send Feedback