Click or drag to resize

ToolItemIHandlerCreateFromCommand Method

Creates the item from a command instance.

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

Parameters

command
Type: Eto.FormsCommand
Command the item is created from.
Remarks
This is useful when using a platform-defined command. It allows you to create the item in a specific way based on the command it is created from.
See Also