ButtonState Enumeration
Specifies the appearance of a button.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
| Member name | Description | |
|---|---|---|
| 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). | |
| Pushed | The button appears pressed. | |
| All | All flags except Normal are set. |
In this example, you use the ButtonState enumeration as a parameter to the method DrawButton to specify the state of button1. To run the example, create two buttons, button1 and button2. Then replace the button2_Click method with the example code. Click button2 to redraw button1 and change its state to Flat.
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.