Class ToolStripEx.ToolStripExState
State of ToolStripEx.
Inheritance
System.Object
ToolStripEx.ToolStripExState
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public sealed class ToolStripExState : Enum
Fields
Collapsed
All the items are hidden to the dropdown.
Declaration
public const ToolStripEx.ToolStripExState Collapsed
Field Value
| Type |
|---|
| ToolStripEx.ToolStripExState |
Expanded
All the items are visible.
Declaration
public const ToolStripEx.ToolStripExState Expanded
Field Value
| Type |
|---|
| ToolStripEx.ToolStripExState |
Intermediate
All items are shown as small icons.
Declaration
public const ToolStripEx.ToolStripExState Intermediate
Field Value
| Type |
|---|
| ToolStripEx.ToolStripExState |