System.Windows.Forms
2.0.0.0
System.Enum
The values correspond to the states of the objects exposed by the class. The values are also used as an argument in the method.
Specifies the visual state of an option button (also known as a radio button) that is drawn with visual styles.
Field
System.Windows.Forms.VisualStyles.RadioButtonState
The option button is checked and disabled.
2.0.0.0
Field
System.Windows.Forms.VisualStyles.RadioButtonState
The option button is checked and hot.
2.0.0.0
Field
System.Windows.Forms.VisualStyles.RadioButtonState
The option button is checked and normal.
2.0.0.0
Field
System.Windows.Forms.VisualStyles.RadioButtonState
The option button is checked and pressed.
2.0.0.0
Field
System.Windows.Forms.VisualStyles.RadioButtonState
The option button is unchecked and disabled.
2.0.0.0
Field
System.Windows.Forms.VisualStyles.RadioButtonState
The option button is unchecked and hot.
2.0.0.0
Field
System.Windows.Forms.VisualStyles.RadioButtonState
The option button is unchecked and normal.
2.0.0.0
Field
System.Windows.Forms.VisualStyles.RadioButtonState
The option button is unchecked and pressed.
2.0.0.0