This documentation is archived and is not being maintained.
ToolboxItem Properties
Visual Studio 2010
The ToolboxItem type exposes the following members.
| Name | Description | |
|---|---|---|
|
AssemblyName | Gets or sets the name of the assembly that contains the type or types that the toolbox item creates. |
|
Bitmap | Gets or sets a bitmap to represent the toolbox item in the toolbox. |
|
Company | Gets or sets the company name for this ToolboxItem. |
|
ComponentType | Gets the component type for this ToolboxItem. |
|
DependentAssemblies | Gets or sets the AssemblyName for the toolbox item. |
|
Description | Gets or sets the description for this ToolboxItem. |
|
DisplayName | Gets or sets the display name for the toolbox item. |
|
Filter | Gets or sets the filter that determines whether the toolbox item can be used on a destination component. |
|
IsTransient | Gets a value indicating whether the toolbox item is transient. |
|
Locked | Gets a value indicating whether the ToolboxItem is currently locked. |
|
Properties | Gets a dictionary of properties. |
|
TypeName | Gets or sets the fully qualified name of the type of IComponent that the toolbox item creates when invoked. |
|
Version | Gets the version for this ToolboxItem. |
Show: