Click or drag to resize

MenuBarHelpItems Property

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

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

Property Value

Type: MenuItemCollection
The help items collection.
See Also