DesignerLoader::Loading Property

 

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

Namespace:   System.ComponentModel.Design.Serialization
Assembly:  System (in System.dll)

public:
property bool Loading {
	virtual bool get();
}

Property Value

Type: System::Boolean

true if the loader is currently loading a document; otherwise, false.

.NET Framework
Available since 1.1
Return to top
Show: