RadioButton Class
The RadioButton class is a form control that allows the user to select a single option from a group of choices when
combined with other RadioButton controls. Unlike the CheckBox class, you
may make only a single selection within a group of radio buttons.
Namespace: elsystem.windows.forms
Additional
properties, methods, and events are described in the classes listed
under Inheritance Hierarchy (see below).
|
Name |
Type |
Description |
|
Checked |
bool |
Gets or sets a value indicating whether the control
is checked. |
|
Name |
Description |
|
Create() |
Initializes a new instance of the control. |
|
Create(text,width,height) |
Initializes a new instance of the control.
Parameters include the text to be displayed followed
by the width and height of the control. |
|
Name |
Description |
|
CheckedChanged
|
Occurs when the checked state of the radio button has changed.
|