Gets the collection of menu items
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public MenuItemCollection Items { get; }
Public ReadOnly Property Items As MenuItemCollection
Get
abstract Items : MenuItemCollection with get
override Items : MenuItemCollection with get
Property Value
Type:
MenuItemCollectionThe menu items
Implements
ISubmenuItemsSee Also