LEADTOOLS WPF and Silverlight (Leadtools.Windows.Controls assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
InteractiveModeStatus Enumeration
See Also  
Leadtools.Windows.Controls Namespace : InteractiveModeStatus Enumeration



The status of the current interactive mode in ImageViewer or RasterImageViewer. Supported in Silverlight, Windows Phone 7

Syntax

Visual Basic (Declaration) 
Public Enum InteractiveModeStatus 
   Inherits System.Enum
   Implements IComparableIConvertibleIFormattable 
Visual Basic (Usage)Copy Code
Dim instance As InteractiveModeStatus
C# 
public enum InteractiveModeStatus : System.Enum, IComparableIConvertibleIFormattable  
C++/CLI 
public enum class InteractiveModeStatus : public System.Enum, IComparableIConvertibleIFormattable  

Members

MemberDescription
Begin

The interactive mode has started.

End

The interactive mode ended or has been canceled.

Working

The interactive mode is in progress.

Example

For C#/VB examples, refer to ImageViewer.IsInteractiveModeBusy.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Windows.Controls.InteractiveModeStatus

Requirements

Target Platforms: Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also