alexa
menu

WinForms

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

    Show / Hide Table of Contents

    Class CommandBarDockBorder

    Specifies the edges of the host form along which CommandBars may be docked.

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

    The CommandBarDockBorder enumeration is used with the EnabledDockBorders and AllowedDockBorders properties for specifying the host form edges along which CommandBars may be docked.

    This enumeration has the FlagsAttribute that allows a bitwise combination of its member values.

    Fields

    Bottom

    The bottom edge is enabled for docking.

    Declaration
    public const CommandBarDockBorder Bottom
    Field Value
    Type
    CommandBarDockBorder

    Left

    The left edge is enabled for docking.

    Declaration
    public const CommandBarDockBorder Left
    Field Value
    Type
    CommandBarDockBorder

    None

    None of the host form's borders is enabled for docking.

    Declaration
    public const CommandBarDockBorder None
    Field Value
    Type
    CommandBarDockBorder

    Right

    The right edge is enabled for docking.

    Declaration
    public const CommandBarDockBorder Right
    Field Value
    Type
    CommandBarDockBorder

    Top

    The top edge is enabled for docking.

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