Enum CommandBarDockState
Provides state information for a CommandBar.
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public enum CommandBarDockState
Remarks
The CommandBarDockState enumeration is used with the DockState property for specifying the docked/floating state of the CommandBar.
Fields
Name | Description |
---|---|
Bottom | The CommandBar is docked to the bottom border of the form. |
Float | The CommandBar is in a floating state. |
Left | The CommandBar is docked to the left border of the form. |
None | The CommandBar is in an uninitialized state. |
Right | The CommandBar is docked to the right border of the form. |
Top | The CommandBar is docked to the top border of the form. |