This documentation is archived and is not being maintained.
ToolboxItemWrapper Class
Visual Studio 2010
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.
Assembly: System.Activities.Presentation (in System.Activities.Presentation.dll)
The ToolboxItemWrapper type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | ToolboxItemWrapper() | Initializes a new instance of the ToolboxItemWrapper class. |
![]() | 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. |
![]() | ToolboxItemWrapper(String, String, String, String) | Initializes a new instance of the ToolboxItemWrapper class with specified names for the tool, assembly, 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.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Overrides Object::ToString().) |
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show:
