Property | Type | Description |
---|
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 |
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 ( Eto.Forms.Command command ) : System | ||
command | Eto.Forms.Command | Command for the tool item. |
return | System |
public ButtonToolItem ( EventHandler |
||
click | EventHandler |
Delegate to handle when the tool item is clicked. |
return | System |