Error processing SSI file
LEADTOOLS JavaScript (Leadtools.Controls)

IsDragMouseWheelEnabled Property

Show in webframe
Indicates whether this mode accepts drag events originated using the mouse wheel.
Syntax
get_isDragMouseWheelEnabled();
set_isDragMouseWheelEnabled(value);
Object.defineProperty('isDragMouseWheelEnabled');

Property Value

TypeDescription
booleantrue if this accepts drag events originated using the mouse wheel, otherwise; false. Default value is true.
Remarks

For more information, refer to EnableMouseWheel.

See Also

Reference

ImageViewerInteractiveMode Object
ImageViewerInteractiveMode Members

Error processing SSI file