Leadtools.Windows.Controls Send comments on this topic. | Back to Introduction - LEADTOOLS WPF | Help Version 16.5.9.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;}
C++/CLI 
public:
property BitmapSourceViewerInteractiveStatus Status {
   BitmapSourceViewerInteractiveStatus get();
}
XAML Syntax 
You can use this memeber in XAML.
XAML Syntax 
You can use this memeber in XAML.

Return Value

The current status of the interactive mode.

Example

For C#/VB examples, refer to BitmapSourceViewer.IsInteractiveModeBusy.

Requirements

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

See Also