System.Windows.Forms.RadioButton Members

The members of System.Windows.Forms.RadioButton are listed below.

See Also: Inherited members from System.Windows.Forms.ButtonBase

Public Constructors

Initializes a new instance of the System.Windows.Forms.RadioButton class.

Public Properties

AppearanceAppearance.

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

AutoCheckbool.

Gets or sets a value indicating whether the RadioButton.Checked value and the appearance of the control automatically change when the control is clicked.

CheckAlignSystem.Drawing.ContentAlignment.

Gets or sets the location of the check box portion of the System.Windows.Forms.RadioButton.

Checkedbool.

Gets or sets a value indicating whether the control is checked.

TabStopbool.

Gets or sets a value indicating whether the user can give the focus to this control using the TAB key.

override
TextAlignSystem.Drawing.ContentAlignment.

Gets or sets the alignment of the text on the System.Windows.Forms.RadioButton control.

Protected Properties

[read-only]
override
CreateParamsCreateParams.

Gets the required creation parameters when the control handle is created.

[read-only]
override
DefaultSizeSystem.Drawing.Size.

Gets the default size of the control.

Public Methods

PerformClick()

Generates a Control.Click event for the control, simulating a click by a user.

override
ToString() : string

Overrides the System.ComponentModel.Component.ToString method.

Protected Methods

override
CreateAccessibilityInstance() : AccessibleObject

Creates a new accessibility object for the System.Windows.Forms.RadioButton control.

OnCheckedChanged(EventArgs)

Raises the CheckBox.CheckedChanged event.

override
OnClick(EventArgs)

Raises the Control.Click event.

override
OnEnter(EventArgs)

Raises the Control.Enter event.

override
OnHandleCreated(EventArgs)

Overrides the Control.OnHandleCreated(EventArgs) method.

override
OnMouseUp(MouseEventArgs)

Raises the Control.MouseUp event.

override
ProcessMnemonic(char) : bool

Overrides the Control.ProcessMnemonic(char) method.

Public Events

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.