ShortCutMenuDisplay Property

Controls whether right-clicking in the drawing area displays a shortcut menu or issues ENTER.

See Also | Example

Signature

object.ShortCutMenuDisplay

object

PreferencesUser
The object or objects this property applies to.

ShortCutMenuDisplay

Boolean; read-write

TRUE: Shortcut menus are enabled in the drawing area.

FALSE: Shortcut menus are disabled in the drawing area. A right-click in the drawing area will be interpreted as an ENTER.

System variables

The value of this property is stored in the SHORTCUTMENU system variable.

Remarks

The initial value for this property is TRUE.

When this property is set to TRUE, you can customize the functionality of right-clicking in the drawing area using properties in the PreferencesUser object.

 

   Comments?