Gets the instance of the base class used as the base class for the current design.
[Visual Basic] Function GetBaseComponent() As IComponent [C#] IComponent GetBaseComponent(); [C++] IComponent* GetBaseComponent() = 0; [JScript] function GetBaseComponent() : IComponent;
The instance of the base class component that is being designed.
This base class is typically a System.WinForms.Form or System.WinForms.UserControl instance; it defines the class for which the user's derived class will extend.
IDesignerHost Interface | IDesignerHost Members | System.ComponentModel.Design Namespace