isMouseWheel Property

Summary

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

Syntax

JavaScript Syntax
Object.defineProperty(InteractiveDragEventArgs.prototype, 'isMouseWheel', 
	get: function(), 
	set: function(value) 
) 
TypeScript Syntax
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls Assembly