DesignerActionService::Remove Method (IComponent^, DesignerActionList^)
.NET Framework (current version)
Removes the specified smart tag list from the specified component.
Assembly: System.Design (in System.Design.dll)
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
Available since 2.0
Show: