IActivityToolboxService Interface
.NET Framework (current version)
Represents a service used to update Toolbox contents from a Designer.
Assembly: System.Activities.Presentation (in System.Activities.Presentation.dll)
| Name | Description | |
|---|---|---|
![]() | AddCategory(String^) | Adds a category to the toolbox. |
![]() | AddItem(String^, String^) | Adds an item to a specific category in the toolbox. |
![]() | EnumCategories() | Gets an enumerator for all the categories in this toolbox. |
![]() | EnumItems(String^) | Gets an enumerator for all the items under the specified category in this toolbox. |
![]() | RemoveCategory(String^) | Removes a category from the toolbox. |
![]() | RemoveItem(String^, String^) | Removes an item from a specific category in the toolbox. |
.NET Framework
Available since 4.0
Available since 4.0
Show:
