ComponentTray::RemoveComponent Method (IComponent^)

 

Removes the specified component from the tray.

Namespace:   System.Windows.Forms.Design
Assembly:  System.Design (in System.Design.dll)

public:
virtual void RemoveComponent(
	IComponent^ component
)

Parameters

component
Type: System.ComponentModel::IComponent^

The IComponent to remove from the tray.

.NET Framework
Available since 1.1
Return to top
Show: