Property | Type | Description |
---|
Method | Description | |
---|---|---|
OnClick ( |
Raises the Click event.
|
Method | Description | |
---|---|---|
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.
|
public OnClick ( |
||
e | Event arguments. | |
return | void |
protected ToolItem ( Eto.Forms.Command command ) : System | ||
command | Eto.Forms.Command | Command to initialize the tool item with. |
return | System |