System.Windows.Forms.VisualStyles.ToolBarState Enumeration

Specifies the visual state of a toolbar item that is drawn with visual styles.

Syntax

public enum ToolBarState

Remarks

The System.Windows.Forms.VisualStyles.ToolBarState values correspond to the states of the System.Windows.Forms.VisualStyles.VisualStyleElement objects exposed by the System.Windows.Forms.VisualStyles.VisualStyleElement.ToolBar.Button, System.Windows.Forms.VisualStyles.VisualStyleElement.ToolBar.DropDownButton, System.Windows.Forms.VisualStyles.VisualStyleElement.ToolBar.SplitButton, and System.Windows.Forms.VisualStyles.VisualStyleElement.ToolBar.SplitButtonDropDown classes.

Members

Member NameDescription
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.

Requirements

Namespace: System.Windows.Forms.VisualStyles
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0