Click or drag to resize

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
)

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