ComponentEditorPage.PageSite Property

Definition

Gets or sets the page site.

protected:
 property System::Windows::Forms::IComponentEditorPageSite ^ PageSite { System::Windows::Forms::IComponentEditorPageSite ^ get(); void set(System::Windows::Forms::IComponentEditorPageSite ^ value); };
protected System.Windows.Forms.IComponentEditorPageSite PageSite { get; set; }
protected System.Windows.Forms.IComponentEditorPageSite? PageSite { get; set; }
member this.PageSite : System.Windows.Forms.IComponentEditorPageSite with get, set
Protected Property PageSite As IComponentEditorPageSite

Property Value

The page site.

Remarks

The site for this component editor page.

Applies to