(Read only) Gets a value indicating whether the user requested to cancel loading the series by calling the
CancelLoadSeries.
Syntax
| Visual Basic (Declaration) | |
|---|
Protected ReadOnly Property CancelLoading As Boolean |
| C# | |
|---|
protected bool CancelLoading {get;} |
| C++/CLI | |
|---|
protected:
property bool CancelLoading {
bool get();
} |
Property Value
True if the user requested to cancel loading the series by calling the
CancelLoadSeries.
Requirements
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
See Also