Specifies the appearance of a button.
[Visual Basic] Public Enum ButtonState [C#] public enum ButtonState [C++] public enum ButtonState
[JScript] In JScript, you can use the enumerations in the NGWS frameworks, but you cannot define your own.
Member Name | Description |
---|---|
ALL | All viable flags in the bit mask are used. |
Checked | The button has a checked or latched appearance. Use this appearance to show that a toggle button has been pressed. |
Flat | The button has a flat, two-dimensional appearance. |
Inactive | The button is inactive (grayed). |
Normal | The button has its normal appearance (three-dimensional and not pressed). |
Pushed | The button is currently pressed. |
Namespace: System.WinForms
Assembly: System.WinForms.dll