Свойство | Тип | Описание |
---|
Метод | Описание | |
---|---|---|
PerformClick ( ) : void |
Performs the click handler for this item which sets the check state to true. This performs the click by calling MenuItem.OnClick which triggers the MenuItem.Click event. The Checked state will also be set to true. |
|
RadioMenuItem ( ) : System |
Initializes a new instance of the Eto.Forms.RadioMenuItem class.
|
|
RadioMenuItem ( Eto.Forms.RadioCommand command, |
Initializes a new instance of the Eto.Forms.RadioMenuItem class with the specified command and controller.
|
|
RadioMenuItem ( |
Initializes a new instance of the Eto.Forms.RadioMenuItem class.
|
Метод | Описание | |
---|---|---|
GetCallback ( ) : object |
Gets an instance of an object used to perform callbacks to the widget from handler implementations
|
|
OnCheckedChanged ( |
Raises the CheckedChanged event.
|
protected OnCheckedChanged ( |
||
e | E. | |
Результат | void |
public RadioMenuItem ( Eto.Forms.RadioCommand command, |
||
command | Eto.Forms.RadioCommand | Command to initialize the menu item with. |
controller | Controller radio menu item to link to, or null if no controller. | |
Результат | System |
public RadioMenuItem ( |
||
controller | Controller radio menu item to link to, or null if no controller. | |
Результат | System |