RadioButton Class |
Namespace: Eto.Forms
The RadioButton type exposes the following members.
| Name | Description | |
|---|---|---|
| RadioButton |
Initializes a new instance of the RadioButton class.
| |
| RadioButton(RadioButton) |
Initializes a new instance of the RadioButton class.
|
| Name | Description | |
|---|---|---|
| Checked |
Gets or sets a value indicating whether this RadioButton is checked.
| |
| Command |
Gets or sets the command to invoke when the radio button is pressed.
| |
| CommandParameter |
Gets or sets the parameter to pass to the Command when executing or determining its CanExecute state.
|
| Name | Description | |
|---|---|---|
| GetCallback |
Gets an instance of an object used to perform callbacks to the widget from handler implementations
(Overrides TextControlGetCallback.) | |
| OnCheckedChanged |
Raises the CheckedChanged event.
| |
| OnClick |
Raises the Click event.
|
| Name | Description | |
|---|---|---|
| CheckedChanged |
Occurs when the Checked property is changed.
| |
| Click |
Occurs when the user clicks the radio button.
|