Leadtools.Controls Namespace > InteractiveDragCompletedEventArgs Object : IsMouseWheel Property |
get_isMouseWheel();
set_isMouseWheel(value);
Object.defineProperty('isMouseWheel');
Type | Description |
---|---|
boolean | true if this drag operation is originated using the mouse wheel and not a mouse/touch down event, otherwise; false. |
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.