The members of System.Windows.Forms.RadioButton are listed below.
See Also: Inherited members from System.Windows.Forms.ButtonBase
Initializes a new instance of the System.Windows.Forms.RadioButton class. |
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. |
PerformClick()
| ||
override | ToString()
|
override | CreateAccessibilityInstance()
| |
OnCheckedChanged(EventArgs)
| ||
override | OnClick(EventArgs)
| |
override | OnEnter(EventArgs)
| |
override | OnHandleCreated(EventArgs)
| |
override | OnMouseUp(MouseEventArgs)
| |
override | ProcessMnemonic(char)
|
AppearanceChanged |
Occurs when the RadioButton.Appearance property value changes. | |
CheckedChanged |
Occurs when the value of the RadioButton.Checked property changes. | |
DoubleClick |
Occurs when the user double-clicks the System.Windows.Forms.RadioButton control. | |
MouseDoubleClick |
Occurs when the user double-clicks the System.Windows.Forms.RadioButton control with the mouse. |