Click or drag to resize

ToolItemIHandler Interface

Handler interface for the ToolItem.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public interface IHandler : ToolIHandler, 
	WidgetIHandler

The ToolItemIHandler type exposes the following members.

Properties
  NameDescription
Public propertyEnabled
Gets or sets a value indicating whether this ToolItem is enabled.
Public propertyImage
Gets or sets the image for the tool item.
Public propertyText
Gets or sets the text of the item, with mnemonic.
Public propertyToolTip
Gets or sets the tool tip to show when hovering the mouse over the item.
Public propertyVisible
Gets or sets a value indicating whether this ToolItem is visible.
Top
Methods
  NameDescription
Public methodCreateFromCommand
Creates the item from a command instance.
Top
See Also