Click or drag to resize

MenuISubmenuHandlerAddMenu Method

Adds the menu item

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
void AddMenu(
	int index,
	MenuItem item
)

Parameters

index
Type: SystemInt32
Index to add the item
item
Type: Eto.FormsMenuItem
Item to add
See Also