Click or drag to resize

MenuBarIHandlerHelpMenu Property

Gets the help menu for the application for showing help items

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
ButtonMenuItem HelpMenu { get; }

Property Value

Type: ButtonMenuItem
The help menu.
Remarks
This allows you to change the help menu's text ('Help' by default on all platforms). This is usually used for the AboutItem on most platforms, other than OS X.
See Also