C# Class Eto.Forms.ToolItem

Inheritance: InstanceWidget, ICommandItemWidget
Mostrar archivo Open project: picoe/Eto

Private Properties

Property Type Description

Public Methods

Method Description
OnClick ( EventArgs e ) : void

Raises the Click event.

Protected Methods

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.

Method Details

OnClick() public method

Raises the Click event.
public OnClick ( EventArgs e ) : void
e System.EventArgs Event arguments.
return void

ToolItem() protected method

Initializes a new instance of the Eto.Forms.ToolItem class.
protected ToolItem ( ) : System
return System

ToolItem() protected method

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