Gets the container for this designer host.
[Visual Basic] Function GetContainer() As IContainer [C#] IContainer GetContainer(); [C++] IContainer* GetContainer() = 0; [JScript] function GetContainer() : IContainer;
The IContainer instance for this host.
From the container, you can enumerate all components that are a part of the class.
IDesignerHost Interface | IDesignerHost Members | System.ComponentModel.Design Namespace