SCMTimeMode Property

Controls time-sensitive right-click behavior.

See Also | Example

Signature

object.SCMTimeMode

Object

PreferencesUser
The object or objects this property applies to.

SCMTimeMode

Boolean; read-write

TRUE: Time-sensitive right-click is enabled.

FALSE: Time-sensitive right-click is disabled.

System variables

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

Remarks

This property is for setting time-sensitive right-click behavior. A quick click is the same as pressing ENTER. A longer click displays a shortcut menu. This property can only be set when the ShortcutMenuDisplay property is set to TRUE.

You can set a duration for the right-click using the SCMTimeValue property.

 

   Comments?