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
)
Sub AddMenu (
index As Integer,
item As MenuItem
)
abstract AddMenu :
index : int *
item : MenuItem -> unit
Parameters
- index
- Type: SystemInt32
Index to add the item - item
- Type: Eto.FormsMenuItem
Item to add
See Also