Adds the specified IComponent to the IContainer at the end of the list.
[Visual Basic] Overloads Sub Add( _ ByVal component As IComponent _ ) [C#] void Add( IComponent component ); [C++] void Add( IComponent* component ) = 0; [JScript] function Add( component : IComponent );
None.
IContainer Interface | IContainer Members | System.ComponentModel Namespace | IContainer.Add Overload List