BCGControlBar Library for .NET
WrapControl Method




A control to be added to the created docking pane.
Creates a docking pane for the specified control and place it to this docking pane. Called by the framework on docking any control which is not a type of the DockingPane.
Syntax
'Declaration
 
Public Overridable Function WrapControl( _
   ByVal control As Control _
) As DockingPane
'Usage
 
Dim instance As DockManager
Dim control As Control
Dim value As DockingPane
 
value = instance.WrapControl(control)
public virtual DockingPane WrapControl( 
   Control control
)
public: virtual DockingPane* WrapControl( 
   Control* control
) 
public:
virtual DockingPane^ WrapControl( 
   Control^ control
) 

Parameters

control
A control to be added to the created 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

DockManager Class
DockManager Members

Send Feedback