mouseButtons Property

Syntax

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

Property Value

The value of ImageViewerInteractiveMode.MouseButtons.

Remarks

This overrides will check if the value is Left and throws an error otherwise.

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