SCMCommandMode Property

Determines right-click functionality in the drawing area while in Command mode, which means that a command is currently in progress.

See Also | Example

Signature

object.SCMCommandMode

object

PreferencesUser
The object or objects this property applies to.

SCMCommandMode

AcDrawingAreaSCMCommand enum; read-write

acEnter

Disables the Command shortcut menu. As a result, right-clicking in the drawing area when a command is in progress issues ENTER.

acEnableSCM

Enables the Command shortcut menu.

acEnableSCMOptions

Enables the Command shortcut menu only when options are currently available from the command line prompt. In a command line prompt, options are enclosed in square brackets. If no options are available, right-clicking issues ENTER.

System variables

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

Remarks

The initial value for this property is acEnableSCMOptions.

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

 

   Comments?