isDragMouseWheelEnabled Property

Summary

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

Syntax

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

Leadtools.Controls Assembly