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

Наследование: InstanceWidget, ICommandItemWidget
Показать файл Открыть проект

Private Properties

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

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

Метод Описание
OnClick ( EventArgs e ) : void

Raises the Click event.

Защищенные методы

Метод Описание
ToolItem ( ) : System

Initializes a new instance of the Eto.Forms.ToolItem class.

ToolItem ( Eto.Forms.Command command ) : System

Initializes a new instance of the Eto.Forms.ToolItem class with the specified command.

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

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

Raises the Click event.
public OnClick ( EventArgs e ) : void
e System.EventArgs Event arguments.
Результат void

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

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

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

Initializes a new instance of the Eto.Forms.ToolItem class with the specified command.
protected ToolItem ( Eto.Forms.Command command ) : System
command Eto.Forms.Command Command to initialize the tool item with.
Результат System