←Select platform

IdleInteractiveMode Property

Summary

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

Syntax

C#
VB
C++
public virtual ImageViewerInteractiveMode IdleInteractiveMode { get; } 
Public Overridable ReadOnly Property IdleInteractiveMode() As ImageViewerInteractiveMode 
   Get 
public:  
   virtual property ImageViewerInteractiveMode^ IdleInteractiveMode 
   { 
      ImageViewerInteractiveMode^ get() 
   } 

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 System.Windows.Forms.MouseButtons 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.WinForms Assembly