Click or drag to resize

ButtonToolItem Constructor (Command)

Initializes a new instance of the ButtonToolItem class with the specified command.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public ButtonToolItem(
	Command command
)

Parameters

command
Type: Eto.FormsCommand
Command for the tool item.
See Also