Provides functionality for containers. Containers are objects that logically contain zero or more components.
IContainer
[Visual Basic] Public Interface IContainer [C#] public interface IContainer [C++] public __gc __interface IContainer
[JScript] In JScript, you can use the interfaces in the NGWS frameworks, but you cannot define your own.
Class | Description |
---|---|
Container | Encapsulates zero or more components. |
Components and containers can be used in a variety of visual and non-visual scenarios.
Notes to Implementers: To be a container, the class must implement the IContainer interface, which supports methods for adding, removing, and retrieving components.
Namespace: System.ComponentModel
Assembly: mscorlib.dll
IContainer Members | System.ComponentModel Namespace | Component | IComponent | Container