RadioButton Class
Represents a Windows radio button.
Usage
A RadioButton
is an input control for allowing the user to select a single option from a group of choices when paired with other RadioButton
controls.
RadioButtons
are grouped by the container they are in, such as a Form
, GroupBox
or Panel
.
Notable Class Members
Inherits members from the Control Class.
Properties
- Checked - Gets or sets a value indicating whether the control is checked.
- Text - Gets or sets the text associated with this control.
Events
- CheckedChanged - Occurs when the value of the
Checked
property changes.