System.Windows.Forms
1.0.5000.0
2.0.0.0
System.Enum
System.Flags
This enumeration represents the different states of a button. The default state is Normal.
Specifies the appearance of a button.
Field
System.Windows.Forms.ButtonState
All flags except Normal are set.
1.0.5000.0
2.0.0.0
Field
System.Windows.Forms.ButtonState
The button has a checked or latched appearance. Use this appearance to show that a toggle button has been pressed.
1.0.5000.0
2.0.0.0
Field
System.Windows.Forms.ButtonState
The button has a flat, two-dimensional appearance.
1.0.5000.0
2.0.0.0
Field
System.Windows.Forms.ButtonState
The button is inactive (grayed).
1.0.5000.0
2.0.0.0
Field
System.Windows.Forms.ButtonState
The button has its normal appearance (three-dimensional).
1.0.5000.0
2.0.0.0
Field
System.Windows.Forms.ButtonState
The button appears pressed.
1.0.5000.0
2.0.0.0