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

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

Private Properties

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

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

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

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

ButtonToolItem ( Eto.Forms.Command command ) : System

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

ButtonToolItem ( EventHandler click ) : System

Initializes a new instance of the Eto.Forms.ButtonToolItem class with the specified click handler.

This is a convenience constructor to set up the click event.

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

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

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

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

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

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

Initializes a new instance of the Eto.Forms.ButtonToolItem class with the specified click handler.
This is a convenience constructor to set up the click event.
public ButtonToolItem ( EventHandler click ) : System
click EventHandler Delegate to handle when the tool item is clicked.
Результат System