Adds the specified component to the IContainer.
Adds the specified IComponent to the IContainer at the end of the list, and assigns a name to the component.
[Visual Basic] Overloads Sub Add(IComponent, String)
[C#] void Add(IComponent, String);
[C++] void Add(IComponent*, String) = 0;
[JScript] function Add(IComponent, String);
Adds the specified IComponent to the IContainer at the end of the list.
[Visual Basic] Overloads Sub Add(IComponent)
[C#] void Add(IComponent);
[C++] void Add(IComponent*) = 0;
[JScript] function Add(IComponent);
IContainer Interface | IContainer Members | System.ComponentModel Namespace