BCGControlBar Library for .NET
RemoveControl(Control) Method




A control to remove from the docking panes' collection.
Removes a specified control from the collection of the docking panes of the controls.
Syntax
'Declaration
 
Public Function RemoveControl( _
   ByVal pane As Control _
) As Boolean
'Usage
 
Dim instance As DockingContainer
Dim pane As Control
Dim value As Boolean
 
value = instance.RemoveControl(pane)
public bool RemoveControl( 
   Control pane
)
public: bool RemoveControl( 
   Control* pane
) 
public:
bool RemoveControl( 
   Control^ pane
) 

Parameters

pane
A control to remove from the docking panes' collection.
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

DockingContainer Class
DockingContainer Members

Send Feedback