This documentation is archived and is not being maintained.

IWebFormsDocumentService.IsLoading Property

Gets a value indicating whether the document service is currently loading.

[Visual Basic]
ReadOnly Property IsLoading As Boolean
[C#]
bool IsLoading {get;}
[C++]
__property bool get_IsLoading();
[JScript]
function get IsLoading() : Boolean;

Property Value

true if the document service is loading; otherwise, false.

Example

[Visual Basic] 
Dim currentlyLoading As Boolean = docService.IsLoading

[C#] 
bool currentlyLoading = docService.IsLoading;

[C++] 
bool currentlyLoading = docService->IsLoading;

[JScript] No example is available for JScript. To view a Visual Basic, C#, or C++ example, click the Language Filter button Language Filter in the upper-left corner of the page.

Requirements

Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family

.NET Framework Security: 

See Also

IWebFormsDocumentService Interface | IWebFormsDocumentService Members | System.Web.UI.Design Namespace

Show: