Container::Add Method (IComponent^)
.NET Framework (current version)
Namespace:
System.ComponentModel
Assembly: System (in System.dll)
Return to top
Assembly: System (in System.dll)
Parameters
- component
-
Type:
System.ComponentModel::IComponent^
The component to add.
Implements
IContainer::Add(IComponent^)| Exception | Condition |
|---|---|
| ArgumentNullException | component is null. |
This method can be overridden by a derived class.
The new Component is added to the end of the list.
.NET Framework
Available since 1.1
Available since 1.1
Show: