SCMDefaultMode Property

Determines right-click functionality in the drawing area while in Default mode, which means that no objects are selected and no commands are in progress.

See Also | Example

Signature

object.SCMDefaultMode

object

PreferencesUser
The object or objects this property applies to.

SCMDefaultMode

AcDrawingAreaSCMDefault enum; read-write

acRepeatLastCommand

Disables the Default shortcut menu. As a result, right-clicking in the drawing area when no objects are selected and no commands are in progress issues ENTER, which repeats the last issued command.

acSCM

Enables the Default shortcut menu.

System variables

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

Remarks

The initial value for this property is acSCM.

This property can only be set when the ShortcutMenuDisplay property is set to TRUE.

 

   Comments?