Click or drag to resize

Tool Class

Base class for tool items on a ToolBar
Inheritance Hierarchy

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public class Tool : BindableWidget

The Tool type exposes the following members.

Constructors
  NameDescription
Public methodTool
Initializes a new instance of the Tool class
Top
Methods
  NameDescription
Protected methodOnLoad
Called when the tool item is assigned to a control/window
Protected methodOnPreLoad
Called before the tool item is assigned to a control/window
Protected methodOnUnLoad
Called when the tool item is removed from a control/window
Top
See Also