System.ComponentModel.IContainer Members

The members of System.ComponentModel.IContainer are listed below.

Public Properties

[read-only]
ComponentsComponentCollection.

Gets all the components in the System.ComponentModel.IContainer.

Public Methods

Add(IComponent)

Adds the specified System.ComponentModel.IComponent to the System.ComponentModel.IContainer at the end of the list.

Add(IComponent, string)

Adds the specified System.ComponentModel.IComponent to the System.ComponentModel.IContainer at the end of the list, and assigns a name to the component.

Remove(IComponent)

Removes a component from the System.ComponentModel.IContainer.