System.ComponentModel.Primitives
Provides a read-only container for a collection of objects.
Provides functionality required by all components.
Represents the method that handles the event of a component.
Gets or sets the associated with the .
The object associated with the component; or null, if the component does not have a site.
Provides functionality for containers. Containers are objects that logically contain zero or more components.
Adds the specified to the at the end of the list.
The to add.
Adds the specified to the at the end of the list, and assigns a name to the component.
The to add.
The unique, case-insensitive name to assign to the component.-or- null that leaves the component unnamed.
Gets all the components in the .
A collection of objects that represents all the components in the .
Removes a component from the .
The to remove.
Provides functionality required by sites.
Gets the component associated with the when implemented by a class.
The instance associated with the .
Gets the associated with the when implemented by a class.
The instance associated with the .
Determines whether the component is in design mode when implemented by a class.
true if the component is in design mode; otherwise, false.
Gets or sets the name of the component associated with the when implemented by a class.
The name of the component associated with the ; or null, if no name is assigned to the component.