Leadtools.Windows.Controls Send comments on this topic. | Back to Introduction - LEADTOOLS WPF | Help Version 16.5.9.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 
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 BitmapSourceViewer.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, Windows Server 2003 family, Windows Server 2008 family

See Also