This documentation is archived and is not being maintained.
IWebFormsDocumentService.IsLoading Property
.NET Framework 1.1
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
in the upper-left corner of the page.
Requirements
Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family
.NET Framework Security:
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries From Partially Trusted Code
See Also
IWebFormsDocumentService Interface | IWebFormsDocumentService Members | System.Web.UI.Design Namespace
Show: