ComponentEditorPage::FirstActivate Property

 

Gets or sets a value indicating whether the page is being activated for the first time.

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

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

Property Value

Type: System::Boolean

true if the page has not previously been activated; otherwise, false.

.NET Framework
Available since 1.1
Return to top
Show: