isMouseWheel Property

Summary

Indicates if this drag operation is originated using the mouse wheel and not a mouse/touch down event.

Syntax
TypeScript
JavaScript
Object.defineProperty(InteractiveDragEventArgs.prototype, 'isMouseWheel', 
	get: function(), 
	set: function(value) 
) 
isMouseWheel: boolean; 

Property Value

true 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.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls Assembly