ToolItem Constructor (Command) |
Initializes a new instance of the
ToolItem class with the specified
command.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax protected ToolItem(
Command command
)
Protected Sub New (
command As Command
)
new :
command : Command -> ToolItem
Parameters
- command
- Type: Eto.FormsCommand
Command to initialize the tool item with.
See Also