System.Windows.Forms (system.windows.forms.dll) | interface |
This interface is for internal use only and should not be used from
your own code.
public interface IComponentEditorPageSite {
// Public Instance Methods
public Control GetControl();
public void SetDirty();
}
Returned By
System.Windows.Forms.Design.ComponentEditorPage.PageSite
Passed To
System.Windows.Forms.Design.ComponentEditorPage.{PageSite,
SetSite()}
|