RadioButton::Appearance Property
.NET Framework (current version)
Gets or sets a value determining the appearance of the RadioButton.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Property Value
Type: System.Windows.Forms::AppearanceOne of the Appearance values. The default value is Normal.
| Exception | Condition |
|---|---|
| InvalidEnumArgumentException | The assigned value is not one of the Appearance values. |
If the Appearance value is set to Normal, then the RadioButton control is drawn with a circular check box. If the value is set to Button, then the RadioButton is drawn as a control that can be toggled to an up or down state. Either type can display text, an image, or both.
.NET Framework
Available since 1.1
Available since 1.1
Show: