mouseButton Property

Summary

Mouse button to use for panning.

Syntax

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

Leadtools.Controls Assembly