Click or drag to resize

ButtonMenuItemItems 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 items.

Implements

ISubmenuItems
See Also