DesignSurface::IsLoaded Property

 

Gets a value indicating whether the design surface is currently loaded.

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

public:
property bool IsLoaded {
	bool get();
}

Property Value

Type: System::Boolean

true if the design surface is currently loaded; otherwise, false.

.NET Framework
Available since 2.0
Return to top
Show: