Specifies the appearance of a button.
| C# | Visual Basic |
[FlagsAttribute] public enum ButtonState
<FlagsAttribute> _ Public Enumeration ButtonState
| Member | Description |
|---|---|
| Normal |
The button has its normal appearance (three-dimensional).
|
| Inactive |
The button is inactive (grayed).
|
| Pushed |
The button appears pressed.
|
| Checked |
The button has a checked or latched appearance.
Use this appearance to show that a toggle button has been pressed.
|
| HasFlag |
Determines whether one or more bit fields are set in the current instance.
|