This documentation is archived and is not being maintained.
System.Activities.Presentation.Toolbox Namespace
Visual Studio 2010
This namespace provides support for classifying and using tools when re-hosting the Windows Workflow Designer outside of Visual Studio 2010.
| Class | Description | |
|---|---|---|
![]() | ToolboxCategory | A collection of toolbox items that have been categorized. |
![]() | ToolboxCategoryItems | A collection of ToolboxCategory objects. This class is sealed and so cannot be inherited.This class provides support for the categorization of toolbox items when re-hosting the Windows Workflow Designer outside of Visual Studio 2010. |
![]() | ToolboxControl | Provides functions to render a collection of categorized tools, as well as notify users about tool selection and creation events. This class is sealed, so it cannot be inherited. |
![]() | ToolboxItemWrapper | Represents a wrapper used to establish link between an actual ToolboxItem instance and the tool representation, as well as add support for categorization of toolbox items. This class is sealed, so it cannot be inherited. |
![]() | ToolCreatedEventArgs | Represents event arguments for the tool created event in the rehosted toolbox. |
| Delegate | Description | |
|---|---|---|
![]() | ToolCreatedEventHandler | Represents the method that will handle the ToolCreated event for the rehosted toolbox. |
Show:

