mouseButtons Property

Summary

Mouse button(s) associated with this mode.

Syntax

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

Property Value

The mouse button associated with this mode. Default value is None.

Remarks

You can combine more than one mouse button with a mode either to perform the same functionality or different one.

ImageViewerInteractiveModes will set this property to Left (the default mouse button) when Enable, EnableByIndex or EnableById is called.

For more information, refer to Image Viewer Interactive Modes.

Example

For an example, refer to ImageViewerInteractiveModes.

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