Visual Basic (Declaration) | |
---|---|
Public Enum InteractiveModeStatus Inherits System.Enum Implements IComparable, IConvertible, IFormattable |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As InteractiveModeStatus |
C# | |
---|---|
public enum InteractiveModeStatus : System.Enum, IComparable, IConvertible, IFormattable |
C++/CLI | |
---|---|
public enum class InteractiveModeStatus : public System.Enum, IComparable, IConvertible, IFormattable |
Member | Description |
---|---|
Begin | The interactive mode has started. |
End | The interactive mode ended or has been canceled. |
Working | The interactive mode is in progress. |
For C#/VB examples, refer to ImageViewer.IsInteractiveModeBusy.
System.Object
System.ValueType
System.Enum
Leadtools.Windows.Controls.InteractiveModeStatus
Target Platforms: Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family