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
)
Public Shared Widening Operator CType (
command As Command
) As ToolItem
F# does not support the declaration of new casting operators.
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