ToolBarState Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the visual state of a toolbar item that is drawn with visual styles.
public enum class ToolBarState
public enum ToolBarState
type ToolBarState =
Public Enum ToolBarState
- Inheritance
Fields
Name | Value | Description |
---|---|---|
Normal | 1 | The item is in the normal state. |
Hot | 2 | The item is in the hot state. |
Pressed | 3 | The item is in the pressed state. |
Disabled | 4 | The item is in the disabled state. |
Checked | 5 | The item is in the checked state. |
HotChecked | 6 | The item is in the hot and checked states. |
Remarks
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.