Click or drag to resize

Command  Conversion (Command to ToolItem)

Implicitly converts the command to a tool item

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public static implicit operator ToolItem (
	Command command
)

Parameters

command
Type: Eto.FormsCommand
Command to convert.

Return Value

Type: ToolItem

[Missing <returns> documentation for "M:Eto.Forms.Command.op_Implicit(Eto.Forms.Command)~Eto.Forms.ToolItem"]

See Also