ComponentCollection Components
Gets all the components in the T:System.ComponentModel.IContainer.
Provides a mechanism for releasing unmanaged resources.To browse the .NET Framework source code for t...
Provides functionality for containers. Containers are objects that logically contain zero or more com...
Provides functionality required by all components.
void Add(IComponent component)
Adds the specified T:System.ComponentModel.IComponent to the T:System.ComponentModel....
void Remove(IComponent component)
Removes a component from the T:System.ComponentModel.IContainer.
Provides a read-only container for a collection of T:System.ComponentModel.IComponent objects.