CONTEXTMENU attribute

The CONTEXTMENU attribute defines whether a context menu option must be displayed for an action.

Syntax

CONTEXTMENU = [ AUTO | YES | NO ]

Usage

CONTEXTMENU is an action default attribute defining whether the context menu option must be displayed for an action.

  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.
  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.

The default is YES.

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