Click or drag to resize

ButtonToolItem Class

Tool item to execute an action
Inheritance Hierarchy

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public class ButtonToolItem : ToolItem
Constructors
  NameDescription
Public methodButtonToolItem
Initializes a new instance of the ButtonToolItem class.
Public methodButtonToolItem(EventHandlerEventArgs)
Initializes a new instance of the ButtonToolItem class with the specified click handler.
Public methodButtonToolItem(Command)
Initializes a new instance of the ButtonToolItem class with the specified command.
Top
See Also