Click or drag to resize

MenuBarItems Property

Gets the collection of menu items

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public MenuItemCollection Items { get; }

Property Value

Type: MenuItemCollection
The menu items

Implements

ISubmenuItems
See Also