Error processing SSI file
LEADTOOLS JavaScript (Leadtools.Annotations.Automation)

CheckModifier Property

Show in webframe
Gets or sets the keyboard modifier callback
Syntax
get_checkModifier();
set_checkModifier(value);
Object.defineProperty('checkModifier');

Property Value

TypeDescription
AnnCheckModifierCallbackThe keyboard modifier callback. The default value is null.
Remarks

This callback is used by AnnAutomation to check whether the Control, Alt or Shift keys are currently pressed to perform certain operations such as multi-selection of objects.

See Also

Reference

AnnPlatformCallbacks Object
AnnPlatformCallbacks Members

Error processing SSI file