ToolboxItemWrapper Class
Represents a wrapper used to establish link between an actual T:System.Drawing.Presentation.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.
Assembly: System.Activities.Presentation (in System.Activities.Presentation.dll)
| Name | Description | |
|---|---|---|
![]() | ToolboxItemWrapper() | Initializes a new instance of the ToolboxItemWrapper class. |
![]() | ToolboxItemWrapper(String^, String^, String^, String^) | Initializes a new instance of the ToolboxItemWrapper class with specified names for the tool, assembly, bitmap, and display. |
![]() | ToolboxItemWrapper(Type^) | Initializes a new instance of the ToolboxItemWrapper class with the type of the tool. |
![]() | ToolboxItemWrapper(Type^, String^) | Initializes a new instance of the ToolboxItemWrapper class with the type of the tool and a specified display name. |
![]() | ToolboxItemWrapper(Type^, String^, String^) | Initializes a new instance of the ToolboxItemWrapper class with the type of the tool and specified names for the bitmap and display. |
| Name | Description | |
|---|---|---|
![]() | AssemblyName | Gets or sets the assembly name for the toolbox item. |
![]() | Bitmap | Gets the bitmap associated with the ToolboxItem wrapped by the current object. |
![]() | BitmapName | Gets or sets the bitmap name. |
![]() | DisplayName | Gets or sets the display name. |
![]() | IsValid | Gets a value that indicates whether this ToolboxItem is valid. |
![]() | ToolName | Gets or sets the name of the tool. |
![]() | Type | Gets the type of the ToolboxItem. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | ToString() | Returns a string that represents the current object.(Overrides Object::ToString().) |
| Name | Description | |
|---|---|---|
![]() | PropertyChanged | An event that occurs when a property is changed. |
This wrapper class provides support for the categorization of toolbox items when re-hosting the Windows Workflow Designeroutside of Visual Studio 2010.
Available since 4.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


