Leadtools.Controls Namespace > ImageViewer Object : IdleInteractiveMode Property |
get_idleInteractiveMode();
Object.defineProperty('idleInteractiveMode');
Type | Description |
---|---|
ImageViewerInteractiveMode | The ImageViewerInteractiveMode that is currently acting as the first idle mode. |
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.