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