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 public ButtonMenuItem HelpMenu { get; }
Public ReadOnly Property HelpMenu As ButtonMenuItem
Get
member HelpMenu : ButtonMenuItem with get
Property Value
Type:
ButtonMenuItemThe 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