IContainer.Remove Method (IComponent)
.NET Framework (current version)
![]() |
---|
The .NET API Reference documentation has a new home. Visit the .NET API Browser on docs.microsoft.com to see the new experience. |
Removes a component from the IContainer.
Assembly: System (in System.dll)
Parameters
- component
-
Type:
System.ComponentModel.IComponent
The IComponent to remove.
Notes to Inheritors:
When you inherit from the Remove method, you must also remove the ISite, if any, associated with this IComponent.
.NET Framework
Available since 1.1
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Available since 1.1
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Show: