idleInteractiveMode Property

Summary

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

Syntax
TypeScript
JavaScript
Object.defineProperty(ImageViewer.prototype, 'idleInteractiveMode', 
	get: function() 
) 
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 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls Assembly