mouseButton Property

Summary

Mouse button to use for panning.

Syntax
TypeScript
JavaScript
Object.defineProperty(ImageViewerPanControl.prototype, 'mouseButton', 
	get: function(), 
	set: function(value) 
) 
mouseButton: MouseButtons; 

Property Value

The mouse button to use for panning. Default value is Left.

Remarks

This value is only used when EnablePan is set to true.

Example

For an example, refer to ImageViewerPanControl.

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