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
)
Public Sub Add (
item As MenuItem
)
member Add :
item : MenuItem -> unit
Parameters
- item
- Type: Eto.FormsMenuItem
Menu item to add
See Also