Click or drag to resize

MenuItemCollectionAdd Method (MenuItem)

Adds a menu item to the specified collection based on its Order.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public void Add(
	MenuItem item
)

Parameters

item
Type: Eto.FormsMenuItem
Menu item to add
See Also