Destroys the given component, removing it from the design container.
[Visual Basic] Sub DestroyComponent( _ ByVal component As IComponent _ ) [C#] void DestroyComponent( IComponent component ); [C++] void DestroyComponent( IComponent* component ) = 0; [JScript] function DestroyComponent( component : IComponent );
IDesignerHost Interface | IDesignerHost Members | System.ComponentModel.Design Namespace | CreateComponent | IComponent