idleInteractiveMode Property

Summary

The ImageViewerInteractiveMode that is currently acting as the first idle mode.

Syntax

JavaScript Syntax
Object.defineProperty(ImageViewer.prototype, 'idleInteractiveMode', 
	get: function() 
) 
TypeScript Syntax
idleInteractiveMode: ImageViewerInteractiveMode; // read-only 

Property Value

The ImageViewerInteractiveMode that is currently acting as the first idle mode.

Remarks

The value of IdleInteractiveMode is used to determine which ImageViewerInteractiveMode.IdleCursor to use when none of the interactive modes is working. This is set to the first mode that has ImageViewerInteractiveMode.MouseButtons set to Left and has ImageViewerInteractiveMode.IsEnabled set to true.

For more information, refer to Image Viewer Interactive Modes.

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