DekGenius.com
[ Team LiB ] Previous Section Next Section

IComponentEditorPageSite

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()}

    [ Team LiB ] Previous Section Next Section