alexa
menu

WinForms

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

    Show / Hide Table of Contents

    Class CommandBarResizeType

    Specifies the type of resizing that a CommandBar is undergoing.

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

    The CommandBarResizeType enumeration is used by the CommandBarWrapping event to provide information on the type of resizing. CommandBarWrapping

    Fields

    Bottom

    A docked/floating CommandBar is being resized with the bottom edge being used as the resize handle.

    Declaration
    public const CommandBarResizeType Bottom
    Field Value
    Type
    CommandBarResizeType

    Left

    A floating CommandBar is being resized with the left edge being used as the resize handle.

    Declaration
    public const CommandBarResizeType Left
    Field Value
    Type
    CommandBarResizeType

    None

    No resizing.

    Declaration
    public const CommandBarResizeType None
    Field Value
    Type
    CommandBarResizeType

    Right

    A docked/floating CommandBar is being resized with the right edge being used as the resize handle.

    Declaration
    public const CommandBarResizeType Right
    Field Value
    Type
    CommandBarResizeType

    Top

    A floating CommandBar is being resized with the top edge being used as the resize handle.

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