ComponentEditorPage::PageSite Property

 

Gets or sets the page site.

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

protected:
property IComponentEditorPageSite^ PageSite {
	IComponentEditorPageSite^ get();
	void set(IComponentEditorPageSite^ value);
}

Property Value

Type: System.Windows.Forms::IComponentEditorPageSite^

The page site.

The site for this component editor page.

.NET Framework
Available since 1.1
Return to top
Show: