Visual Basic (Declaration) | |
---|---|
Public ReadOnly Property Status As InteractiveModeStatus |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As InteractiveEventArgs Dim value As InteractiveModeStatus value = instance.Status |
C# | |
---|---|
public InteractiveModeStatus Status {get;} |
C++/CLI | |
---|---|
public: property InteractiveModeStatus Status { InteractiveModeStatus get(); } |
Property Value
An InteractiveModeStatus enumeration member that indicates the status of the interactive mode.For C#/VB examples, refer to ImageViewer.IsInteractiveModeBusy.
Target Platforms: Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family