The help menu used by the app.
SDK
- macOS 10.6+
Framework
- App
Kit
Declaration
@property(strong) NSMenu *helpMenu;
Discussion
Use this property to specify your app’s Help menu. When this property contains a valid menu, the system installs its Spotlight-related menu items on that menu. When the value is nil
, AppKit installs Spotlight menu items on the menu of its choosing. To suppress Spotlight help items altogether, specify a menu that doesn’t appear on the menu bar.