contextMenu

The contextMenu property defines the action default property whether a context menu option must be displayed for an action.

Usage

contextMenu values:

  1. NO indicates that no context menu option must be displayed for this action.
  2. YES indicates that a context menu option must always be displayed for this action, if the action is visible (setActionHidden method).
  3. AUTO means that the context menu option is displayed if no explicit action view is used for that action and the action is visible (setActionHidden method).

The default is YES.

This property applies to the actions defined by the current dialog in the current window.