isDragMouseWheelEnabled Property

Summary

Indicates whether this mode accepts drag events originated using the mouse wheel.

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

Property Value

true if this accepts drag events originated using the mouse wheel, otherwise; false. Default value is true.

Remarks

For more information, refer to EnableMouseWheel.

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