alexa
menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class CommandBarDockState

    Provides state information for a CommandBar.

    Inheritance
    System.Object
    CommandBarDockState
    Namespace: Syncfusion.Windows.Forms.Tools
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public sealed class CommandBarDockState : Enum
    Remarks

    The CommandBarDockState enumeration is used with the DockState property for specifying the docked/floating state of the CommandBar.

    Fields

    Bottom

    The CommandBar is docked to the bottom border of the form.

    Declaration
    public const CommandBarDockState Bottom
    Field Value
    Type
    CommandBarDockState

    Float

    The CommandBar is in a floating state.

    Declaration
    public const CommandBarDockState Float
    Field Value
    Type
    CommandBarDockState

    Left

    The CommandBar is docked to the left border of the form.

    Declaration
    public const CommandBarDockState Left
    Field Value
    Type
    CommandBarDockState

    None

    The CommandBar is in an uninitialized state.

    Declaration
    public const CommandBarDockState None
    Field Value
    Type
    CommandBarDockState

    Right

    The CommandBar is docked to the right border of the form.

    Declaration
    public const CommandBarDockState Right
    Field Value
    Type
    CommandBarDockState

    Top

    The CommandBar is docked to the top border of the form.

    Declaration
    public const CommandBarDockState Top
    Field Value
    Type
    CommandBarDockState
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved