Determines if the command object has a progress event handler set.
Syntax
| Visual Basic (Declaration) | |
|---|
Public ReadOnly Property HasProgress As Boolean |
| Visual Basic (Usage) | Copy Code |
|---|
Dim instance As RasterCommand
Dim value As Boolean
value = instance.HasProgress
|
| C# | |
|---|
public bool HasProgress {get;} |
| C++/CLI | |
|---|
public:
property bool HasProgress {
bool get();
} |
Return Value
true if the command object has a progress event handler set; otherwise, false.
Example
Requirements
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
See Also