BCGControlBar Library for .NET
AddControl Method (DockingPane)




The control to add to the docking pane.
Adds the specified control to the docking pane with some event handlers related to the changing state of the control.
Syntax
'Declaration
 
Public Overridable Sub AddControl( _
   ByVal control As Control _
) 
'Usage
 
Dim instance As DockingPane
Dim control As Control
 
instance.AddControl(control)
public virtual void AddControl( 
   Control control
)
public: virtual void AddControl( 
   Control* control
) 
public:
virtual void AddControl( 
   Control^ control
) 

Parameters

control
The control to add to the docking pane.
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