BCGControlBar Library for .NET
UndockPane Method




The docking pane to be removed from the docking container.
Removes the specified docking pane from its docking container and from the collection of the docked bar.
Syntax
'Declaration
 
Public Function UndockPane( _
   ByVal pane As DockingPane _
) As Boolean
'Usage
 
Dim instance As DockManager
Dim pane As DockingPane
Dim value As Boolean
 
value = instance.UndockPane(pane)
public bool UndockPane( 
   DockingPane pane
)
public: bool UndockPane( 
   DockingPane* pane
) 
public:
bool UndockPane( 
   DockingPane^ pane
) 

Parameters

pane
The docking pane to be removed from the docking container.

Return Value

TRUE, if the container for the specified docking pane was found in the docked object collection and the docking pane was removed, otherwise, FALSE.
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