Click or drag to resize

MenuItemCollectionAdd Method (Command, Int32)

Add the specified command with the specified order.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public MenuItem Add(
	Command command,
	int order = 0
)

Parameters

command
Type: Eto.FormsCommand
Command to add.
order (Optional)
Type: SystemInt32
Order of the command to add.

Return Value

Type: MenuItem

[Missing <returns> documentation for "M:Eto.Forms.MenuItemCollection.Add(Eto.Forms.Command,System.Int32)"]

See Also