DesignerActionService::Remove Method (IComponent^)

 

Removes all the smart tag lists associated with the specified component.

Namespace:   System.ComponentModel.Design
Assembly:  System.Design (in System.Design.dll)

public:
void Remove(
	IComponent^ comp
)

Parameters

comp
Type: System.ComponentModel::IComponent^

The component to disassociate the smart tags from.

Exception Condition
ArgumentNullException

comp is null.

If successful, the Remove method raises the DesignerActionListsChanged event.

.NET Framework
Available since 2.0
Return to top
Show: