Enum CommandBarResizeType
Specifies the type of resizing that a CommandBar is undergoing.
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
[Flags]
public enum CommandBarResizeType
Remarks
The CommandBarResizeType enumeration is used by the CommandBarWrapping event to provide information on the type of resizing. CommandBarWrapping
Fields
| Name | Description |
|---|---|
| Bottom | A docked/floating CommandBar is being resized with the bottom edge being used as the resize handle. |
| Left | A floating CommandBar is being resized with the left edge being used as the resize handle. |
| None | No resizing. |
| Right | A docked/floating CommandBar is being resized with the right edge being used as the resize handle. |
| Top | A floating CommandBar is being resized with the top edge being used as the resize handle. |