System.Windows.Forms.RadioButton.Appearance Property

Gets or sets a value determining the appearance of the System.Windows.Forms.RadioButton.

Syntax

[System.ComponentModel.Localizable(true)]
[System.ComponentModel.DefaultValue(System.Windows.Forms.Appearance.Normal)]
public Appearance Appearance { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

If the RadioButton.Appearance value is set to Appearance.Normal, then the System.Windows.Forms.RadioButton control is drawn with a circular check box. If the value is set to Appearance.Button, then the System.Windows.Forms.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.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0