Click or drag to resize

MenuBarApplicationItems Property

Gets the item collection for the ApplicationMenu, to easily add items declaratively/programatically.

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

Property Value

Type: MenuItemCollection
The application items collection.
See Also