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 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.