C# Class Eto.Forms.ButtonToolItem

Inheritance: ToolItem
Mostrar archivo Open project: picoe/Eto Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
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.

Method Details

ButtonToolItem() public method

Initializes a new instance of the Eto.Forms.ButtonToolItem class.
public ButtonToolItem ( ) : System
return System

ButtonToolItem() public method

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.
return System

ButtonToolItem() public method

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.
return System