C# Class Eto.Forms.ToolItem

Inheritance: InstanceWidget, ICommandItemWidget
Afficher le fichier Open project: picoe/Eto

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
OnClick ( EventArgs e ) : void

Raises the Click event.

Méthodes protégées

Méthode 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 méthode

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

ToolItem() protected méthode

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

ToolItem() protected méthode

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.
Résultat System