| 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
SyntaxButtonMenuItem HelpMenu { get; }ReadOnly Property HelpMenu As ButtonMenuItem
	Get
abstract HelpMenu : ButtonMenuItem with get
Property Value
Type: 
ButtonMenuItemThe help menu.
 Remarks
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
See Also