ComponentEditorPage::LoadRequired Property

 

Gets or sets a value indicating whether a component must be loaded before editing can occur.

Namespace:   System.Windows.Forms.Design
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

protected:
property bool LoadRequired {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean

true if a component must be loaded before editing can occur; otherwise, false.

.NET Framework
Available since 1.1
Return to top
Show: