RadioButtonState Enumeration
.NET Framework (current version)
Specifies the visual state of an option button (also known as a radio button) that is drawn with visual styles.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
| Member name | Description | |
|---|---|---|
| CheckedDisabled | The option button is checked and disabled. | |
| CheckedHot | The option button is checked and hot. | |
| CheckedNormal | The option button is checked and normal. | |
| CheckedPressed | The option button is checked and pressed. | |
| UncheckedDisabled | The option button is unchecked and disabled. | |
| UncheckedHot | The option button is unchecked and hot. | |
| UncheckedNormal | The option button is unchecked and normal. | |
| UncheckedPressed | The option button is unchecked and pressed. |
The RadioButtonState values correspond to the states of the VisualStyleElement objects exposed by the VisualStyleElement::Button::RadioButton class. The RadioButtonState values are also used as an argument in the RadioButtonRenderer::DrawRadioButton method.
.NET Framework
Available since 2.0
Available since 2.0
Show: