BCGControlBar Library for .NET
RemoveControl Method (DockingPane)




A control to remove.
Removes the specified control from the control collection of the docking pane.
Syntax
'Declaration
 
Public Overridable Sub RemoveControl( _
   ByVal control As Control _
) 
'Usage
 
Dim instance As DockingPane
Dim control As Control
 
instance.RemoveControl(control)
public virtual void RemoveControl( 
   Control control
)
public: virtual void RemoveControl( 
   Control* control
) 
public:
virtual void RemoveControl( 
   Control^ control
) 

Parameters

control
A control to remove.
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

DockingPane Class
DockingPane Members

Send Feedback