IContainer Methods
.NET Framework (current version)
Namespace:
System.ComponentModel
Assembly: System (in System.dll)
| Name | Description | |
|---|---|---|
![]() | Add(IComponent^) | Adds the specified IComponent to the IContainer at the end of the list. |
![]() | Add(IComponent^, String^) | Adds the specified IComponent to the IContainer at the end of the list, and assigns a name to the component. |
![]() | Dispose() | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.(Inherited from IDisposable.) |
![]() | Remove(IComponent^) | Removes a component from the IContainer. |
Show:
