See Also: IComponent Members
System.ComponentModel.Component is the default implementation of System.ComponentModel.IComponent and serves as the base class for all components in the common language runtime.
You can contain components in a container. In this context, containment refers to logical containment, not visual containment. You can use components and containers in a variety of scenarios, both visual and non visual.
System.Windows.Forms.Control inherits from System.ComponentModel.Component, the default implementation of System.ComponentModel.IComponent.
A component interacts with its container primarily through a container-provided System.ComponentModel.ISite, which is a repository of container-specific per-component information.