Error processing SSI file
LEADTOOLS JavaScript (Leadtools.Controls)

TapOnDown Property

Show in webframe
Indicates whether Tap events should fire on mouse or touch down.
Syntax
get_tapOnDown();
set_tapOnDown(value);
Object.defineProperty('tapOnDown');

Property Value

TypeDescription
booleantrue if Tap events should fire on mouse or touch down; otherwise, it is false (Tap events will fire on mouse or touch up). The default value is false.
See Also

Reference

InteractiveService Object
InteractiveService Members

Error processing SSI file