WinForms

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

    Show / Hide Table of Contents

    Enum CommandBarDockBorder

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

    Namespace: Syncfusion.Windows.Forms.Tools
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    [Flags]
    public enum CommandBarDockBorder
    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

    Name Description
    Bottom

    The bottom edge is enabled for docking.

    Left

    The left edge is enabled for docking.

    None

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

    Right

    The right edge is enabled for docking.

    Top

    The top edge is enabled for docking.

    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved