IWebFormsDocumentService::IsLoading Property

 

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

Namespace:   System.Web.UI.Design
Assembly:  System.Design (in System.Design.dll)

property bool IsLoading {
	bool get();
}

Property Value

Type: System::Boolean

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

System_CAPS_noteNote

The IsLoading interface property is obsolete. Use the IsLoading property on the WebFormsRootDesigner class for equivalent designer functionality.

.NET Framework
Available since 1.1
Return to top
Show: