BCGControlBar Library for .NET
AddToControls Method




A control to add to the collection control.
Adds the specified control to the controls' collection of the docking pane.
Syntax
'Declaration
 
Public Sub AddToControls( _
   ByVal control As Control _
) 
'Usage
 
Dim instance As DockingPane
Dim control As Control
 
instance.AddToControls(control)
public void AddToControls( 
   Control control
)
public: void AddToControls( 
   Control* control
) 
public:
void AddToControls( 
   Control^ control
) 

Parameters

control
A control to add to the collection 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

DockingPane Class
DockingPane Members

Send Feedback