NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

IDesignerHost.GetBaseComponent

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;

Return Value

The instance of the base class component that is being designed.

Remarks

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.

See Also

IDesignerHost Interface | IDesignerHost Members | System.ComponentModel.Design Namespace