isMouseWheel Property (InteractiveDragDeltaEventArgs)

Summary

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

Syntax

JavaScript Syntax
Object.defineProperty(InteractiveDragDeltaEventArgs.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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Controls Assembly
Click or drag to resize