C# Класс Eto.Forms.RadioMenuItem

Наследование: Eto.Forms.MenuItem
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
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, RadioMenuItem controller = null ) : System

Initializes a new instance of the Eto.Forms.RadioMenuItem class with the specified command and controller.

RadioMenuItem ( RadioMenuItem controller ) : System

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 ( EventArgs e ) : void

Raises the CheckedChanged event.

Описание методов

GetCallback() защищенный Метод

Gets an instance of an object used to perform callbacks to the widget from handler implementations
protected GetCallback ( ) : object
Результат object

OnCheckedChanged() защищенный Метод

Raises the CheckedChanged event.
protected OnCheckedChanged ( EventArgs e ) : void
e System.EventArgs E.
Результат void

PerformClick() публичный Метод

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.
public PerformClick ( ) : void
Результат void

RadioMenuItem() публичный Метод

Initializes a new instance of the Eto.Forms.RadioMenuItem class.
public RadioMenuItem ( ) : System
Результат System

RadioMenuItem() публичный Метод

Initializes a new instance of the Eto.Forms.RadioMenuItem class with the specified command and controller.
public RadioMenuItem ( Eto.Forms.RadioCommand command, RadioMenuItem controller = null ) : System
command Eto.Forms.RadioCommand Command to initialize the menu item with.
controller RadioMenuItem Controller radio menu item to link to, or null if no controller.
Результат System

RadioMenuItem() публичный Метод

Initializes a new instance of the Eto.Forms.RadioMenuItem class.
public RadioMenuItem ( RadioMenuItem controller ) : System
controller RadioMenuItem Controller radio menu item to link to, or null if no controller.
Результат System