The properties of System.Windows.Forms.RadioButton are listed below. For a list of all members, see the RadioButton Members list.
See Also: Inherited members from System.Windows.Forms.ButtonBase
Appearance | Appearance.
Gets or sets a value determining the appearance of the System.Windows.Forms.RadioButton. | |
AutoCheck | bool.
Gets or sets a value indicating whether the RadioButton.Checked value and the appearance of the control automatically change when the control is clicked. | |
CheckAlign | System.Drawing.ContentAlignment.
Gets or sets the location of the check box portion of the System.Windows.Forms.RadioButton. | |
Checked | bool.
Gets or sets a value indicating whether the control is checked. | |
TabStop | bool.
Gets or sets a value indicating whether the user can give the focus to this control using the TAB key. | |
override | TextAlign | System.Drawing.ContentAlignment.
Gets or sets the alignment of the text on the System.Windows.Forms.RadioButton control. |
[read-only] override | CreateParams | CreateParams.
Gets the required creation parameters when the control handle is created. |
[read-only] override | DefaultSize | System.Drawing.Size.
Gets the default size of the control. |