Determines whether the user is currently involved in an interactive operation.
Syntax
| Visual Basic (Declaration) | |
|---|
Public ReadOnly Property IsInteractiveModeBusy As Boolean |
| Visual Basic (Usage) | Copy Code |
|---|
Dim instance As ImageViewer
Dim value As Boolean
value = instance.IsInteractiveModeBusy
|
| C# | |
|---|
public bool IsInteractiveModeBusy {get;} |
| C++/CLI | |
|---|
public:
property bool IsInteractiveModeBusy {
bool get();
} |
| XAML Syntax | |
|---|
| You cannot set this property in XAML. |
| XAML Syntax | |
|---|
| You cannot set this property in XAML. |
Return Value
true if the user is currently involved in an interactive operation, false otherwise.
Remarks
Requirements
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
See Also