ToolBarState Enumeration
.NET Framework (current version)
Specifies the visual state of a toolbar item that is drawn with visual styles.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
| Member name | Description | |
|---|---|---|
| Checked | The item is in the checked state. | |
| Disabled | The item is in the disabled state. | |
| Hot | The item is in the hot state. | |
| HotChecked | The item is in the hot and checked states. | |
| Normal | The item is in the normal state. | |
| Pressed | The item is in the pressed state. |
The ToolBarState values correspond to the states of the VisualStyleElement objects exposed by the VisualStyleElement::ToolBar::Button, VisualStyleElement::ToolBar::DropDownButton, VisualStyleElement::ToolBar::SplitButton, and VisualStyleElement::ToolBar::SplitButtonDropDown classes.
.NET Framework
Available since 2.0
Available since 2.0
Show: