DesignerActionService::Remove Method (IComponent^, DesignerActionList^)

 

Removes the specified smart tag list from the specified component.

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

public:
void Remove(
	IComponent^ comp,
	DesignerActionList^ actionList
)

Parameters

comp
Type: System.ComponentModel::IComponent^

The component to disassociate the smart tags from.

actionList
Type: System.ComponentModel.Design::DesignerActionList^

The smart tag list to remove.

Exception Condition
ArgumentNullException

One or both of the parameters are null.

If successful, the Remove method raises the DesignerActionListsChanged event.

.NET Framework
Available since 2.0
Return to top
Show: