System.Windows.Forms.VisualStyles.RadioButtonState Enumeration

Specifies the visual state of an option button (also known as a radio button) that is drawn with visual styles.

Syntax

public enum RadioButtonState

Remarks

The System.Windows.Forms.VisualStyles.RadioButtonState values correspond to the states of the System.Windows.Forms.VisualStyles.VisualStyleElement objects exposed by the System.Windows.Forms.VisualStyles.VisualStyleElement.Button.RadioButton class. The System.Windows.Forms.VisualStyles.RadioButtonState values are also used as an argument in the erload:System.Windows.Forms.RadioButtonRenderer.DrawRadioButton method.

Members

Member NameDescription
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.

Requirements

Namespace: System.Windows.Forms.VisualStyles
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0