ComponentEditorPage.SetSite(IComponentEditorPageSite) Method

Definition

Sets the site for this page.

public:
 virtual void SetSite(System::Windows::Forms::IComponentEditorPageSite ^ site);
public virtual void SetSite (System.Windows.Forms.IComponentEditorPageSite site);
public virtual void SetSite (System.Windows.Forms.IComponentEditorPageSite? site);
abstract member SetSite : System.Windows.Forms.IComponentEditorPageSite -> unit
override this.SetSite : System.Windows.Forms.IComponentEditorPageSite -> unit
Public Overridable Sub SetSite (site As IComponentEditorPageSite)

Parameters

site
IComponentEditorPageSite

The site for this page.

Applies to