BCGControlBar Library for .NET
AddControlBar Method (MiniFrame)




A docking pane to add to the miniframe window.
Specifies if the added docking pane will be activated within the tabbed group.
Sets any docking pane as embedded in the miniframe. If the miniframe already has an embedded control the specified control will be docked as tabbed control to this embedded control. If "activate"  parameter is true, this tabbed control will be active in its tab group.
Syntax
'Declaration
 
Public Function AddControlBar( _
   ByVal control As DockingPane, _
   ByVal activate As Boolean _
) As DockingPane
'Usage
 
Dim instance As MiniFrame
Dim control As DockingPane
Dim activate As Boolean
Dim value As DockingPane
 
value = instance.AddControlBar(control, activate)
public DockingPane AddControlBar( 
   DockingPane control,
   bool activate
)
public: DockingPane* AddControlBar( 
   DockingPane* control,
   bool activate
) 
public:
DockingPane^ AddControlBar( 
   DockingPane^ control,
   bool activate
) 

Parameters

control
A docking pane to add to the miniframe window.
activate
Specifies if the added docking pane will be activated within the tabbed group.
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

MiniFrame Class
MiniFrame Members

Send Feedback