BCGSoft.ControlBars Namespace : DockBar Class |
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.
'Declaration Public Class DockBar Inherits System.Windows.Forms.Control Implements BCGSoft.Shared.ISupportCustomLayout
'Usage Dim instance As DockBar
public class DockBar : System.Windows.Forms.Control, BCGSoft.Shared.ISupportCustomLayout
public __gc class DockBar : public System.Windows.Forms.Control, BCGSoft.Shared.ISupportCustomLayout
public ref class DockBar : public System.Windows.Forms.Control, BCGSoft.Shared.ISupportCustomLayout
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
System.Windows.Forms.Control
BCGSoft.ControlBars.DockBar
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