Command Conversion (Command to MenuItem) |
Implicitly converts the command to a menu item
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public static implicit operator MenuItem (
Command command
)
Public Shared Widening Operator CType (
command As Command
) As MenuItem
F# does not support the declaration of new casting operators.
Parameters
- command
- Type: Eto.FormsCommand
Command to convert.
Return Value
Type:
MenuItem[Missing <returns> documentation for "M:Eto.Forms.Command.op_Implicit(Eto.Forms.Command)~Eto.Forms.MenuItem"]
See Also