Error processing SSI file
LEADTOOLS JavaScript (Leadtools.Controls)

IsMouseWheel Property (InteractiveDragDeltaEventArgs)

Show in webframe
Indicates if this drag operation is originated using the mouse wheel and not a mouse/touch down event.
Syntax
get_isMouseWheel();
set_isMouseWheel(value);
Object.defineProperty('isMouseWheel');

Property Value

TypeDescription
booleantrue if this drag operation is originated using the mouse wheel and not a mouse/touch down event, otherwise; false.
Remarks

If the interactive mode does not support dragging using the mouse wheel, then it must check the value of IsMouseWheel and not start the operation if the value is true.

See Also

Reference

InteractiveDragDeltaEventArgs Object
InteractiveDragDeltaEventArgs Members

Error processing SSI file