DesignSurface::DtelLoading Property

.NET Framework (current version)
 

Gets a value indicating whether the Design-time Error List is loading.

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

public:
property bool DtelLoading {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean

true if the Design-time Error List is loading; otherwise, false.

.NET Framework
Available since 4.0
Return to top
Show: