BCGControlBar Library for .NET
DockBar Class
Members 




Implements ISerializable interface.

Inherits Control of namespace Windows.Forms. Implements such interfaces as BCGSoft.Shared.ISupportCustomLayout, ISerializable.
Manages docked command bars.
DockBar objects are automatically created by the framework when you specify CommandBarManager property.

A
DockBar object manages a list of DockBarRow objects. When a command bar is docked to one of the edges of the host form, an appropriate DockBar control becomes the immediate Parent of the docked command bar. All docked command bars are placed on logical rows represented by the DockBarRow type. 

 

Object Model
DockBar Class
Syntax
'Declaration
 
Public Class DockBar 
   Inherits System.Windows.Forms.Control
   Implements BCGSoft.Shared.ISupportCustomLayout 
'Usage
 
Dim instance As DockBar
Inheritance Hierarchy

System.Object
   System.MarshalByRefObject
      System.ComponentModel.Component
         System.Windows.Forms.Control
            BCGSoft.ControlBars.DockBar

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

DockBar Members
BCGSoft.ControlBars Namespace

Send Feedback