Leadtools.Windows.Controls Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.03.25
BitmapSourceViewerInteractiveStatus Enumeration
See Also  
Leadtools.Windows.Controls Namespace : BitmapSourceViewerInteractiveStatus Enumeration




The status of the interactive mode.

Syntax

Visual Basic (Declaration) 
Public Enum BitmapSourceViewerInteractiveStatus 
   Inherits Enum
Visual Basic (Usage)Copy Code
Dim instance As BitmapSourceViewerInteractiveStatus
C# 
public enum BitmapSourceViewerInteractiveStatus : Enum 
Managed Extensions for C++ 
__value public enum BitmapSourceViewerInteractiveStatus : public Enum 
C++/CLI 
public enum class BitmapSourceViewerInteractiveStatus : public Enum 

Members

MemberDescription
Begin The interactive mode has started.
Working The interactive mode is in progress.
End The interactive mode ended or has been canceled.

Example

For C#/VB examples, refer to IsInteractiveModeBusy.

Inheritance Hierarchy

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

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003 family

See Also