Error processing SSI file
LEADTOOLS JavaScript (Leadtools.Controls)

IdleInteractiveMode Property

Show in webframe
The ImageViewerInteractiveMode that is currently acting as the first idle mode.
Syntax
get_idleInteractiveMode();
Object.defineProperty('idleInteractiveMode');

Property Value

TypeDescription
ImageViewerInteractiveModeThe 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.

See Also

Reference

ImageViewer Object
ImageViewer Members

Error processing SSI file