BCGControlBar Library for .NET
DockToTab Method




The control to dock as tabbed.
Specifies, if the added control will be active in tab group after docking.
Docks the specifies control as tabbed  to the tabgroup. If the docking pane has no tabbed control, this control will be created.
Syntax
'Declaration
 
Public Function DockToTab( _
   ByVal control As Control, _
   ByVal activate As Boolean _
) As DockingPane
'Usage
 
Dim instance As DockingPane
Dim control As Control
Dim activate As Boolean
Dim value As DockingPane
 
value = instance.DockToTab(control, activate)
public DockingPane DockToTab( 
   Control control,
   bool activate
)
public: DockingPane* DockToTab( 
   Control* control,
   bool activate
) 
public:
DockingPane^ DockToTab( 
   Control^ control,
   bool activate
) 

Parameters

control
The control to dock as tabbed.
activate
Specifies, if the added control will be active in tab group after docking.
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