MenuItemIHandlerCreateFromCommand Method |
Called when creating the menu item from a command.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax void CreateFromCommand(
Command command
)
Sub CreateFromCommand (
command As Command
)
abstract CreateFromCommand :
command : Command -> unit
Parameters
- command
- Type: Eto.FormsCommand
Command the menu item is created with.
Remarks
This is used primarily when creating menu items for system commands that the platform returns
via
SystemCommands.
See Also