RadioMenuItem Class |
Namespace: Eto.Forms
The RadioMenuItem type exposes the following members.
Name | Description | |
---|---|---|
RadioMenuItem |
Initializes a new instance of the RadioMenuItem class.
| |
RadioMenuItem(RadioMenuItem) |
Initializes a new instance of the RadioMenuItem class.
| |
RadioMenuItem(RadioCommand, RadioMenuItem) |
Initializes a new instance of the RadioMenuItem class with the specified command and controller.
|
Name | Description | |
---|---|---|
GetCallback |
Gets an instance of an object used to perform callbacks to the widget from handler implementations
(Overrides MenuItemGetCallback.) | |
OnCheckedChanged |
Raises the CheckedChanged event.
| |
PerformClick |
Performs the click handler for this item which sets the check state to true.
(Overrides MenuItemPerformClick.) |
Name | Description | |
---|---|---|
CheckedChanged |
Event to handle when the Checked property changes.
|
Name | Description | |
---|---|---|
CheckedChangedEvent |
Event identifier for the CheckedChanged event.
|