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; }
Public ReadOnly Property ApplicationItems As MenuItemCollection
Get
member ApplicationItems : MenuItemCollection with get
Property Value
Type:
MenuItemCollectionThe application items collection.
See Also