Leadtools.Windows.Controls Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.03.25
Status Property
See Also 
Leadtools.Windows.Controls Namespace > BitmapSourceViewerInteractiveEventArgs Class : Status Property





Gets the current status of the interactive mode.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property Status As BitmapSourceViewerInteractiveStatus
Visual Basic (Usage)Copy Code
Dim instance As BitmapSourceViewerInteractiveEventArgs
Dim value As BitmapSourceViewerInteractiveStatus
 
value = instance.Status
C# 
public BitmapSourceViewerInteractiveStatus Status {get;}
Managed Extensions for C++ 
public: __property BitmapSourceViewerInteractiveStatus get_Status();
C++/CLI 
public:
property BitmapSourceViewerInteractiveStatus Status {
   BitmapSourceViewerInteractiveStatus get();
}
XAML 
You can use this memeber in XAML.

Return Value

The current status of the interactive mode.

Example

For C#/VB examples, refer to IsInteractiveModeBusy.

Requirements

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

See Also