WebControlToolboxItem Properties
.NET Framework 2.0
| Name | Description | |
|---|---|---|
| AssemblyName | Gets or sets the name of the assembly that contains the type or types that the toolbox item creates. (Inherited from ToolboxItem.) |
| Bitmap | Gets or sets a bitmap to represent the toolbox item in the toolbox. (Inherited from ToolboxItem.) |
| Company | Gets or sets the company name for this ToolboxItem. (Inherited from ToolboxItem.) |
| ComponentType | Gets the component type for this ToolboxItem. (Inherited from ToolboxItem.) |
| DependentAssemblies | Gets or sets the AssemblyName for the toolbox item. (Inherited from ToolboxItem.) |
| Description | Gets or sets the description for this ToolboxItem. (Inherited from ToolboxItem.) |
| DisplayName | Gets or sets the display name for the toolbox item. (Inherited from ToolboxItem.) |
| Filter | Gets or sets the filter that determines whether the toolbox item can be used on a destination component. (Inherited from ToolboxItem.) |
| IsTransient | Gets a value indicating whether the toolbox item is transient. (Inherited from ToolboxItem.) |
| Locked | Gets a value indicating whether the ToolboxItem is currently locked. (Inherited from ToolboxItem.) |
| Properties | Gets a dictionary of properties. (Inherited from ToolboxItem.) |
| TypeName | Gets or sets the fully qualified name of the type of IComponent that the toolbox item creates when invoked. (Inherited from ToolboxItem.) |
| Version | Gets the version for this ToolboxItem. (Inherited from ToolboxItem.) |
Reference
WebControlToolboxItem ClassSystem.Web.UI.Design Namespace
Other Resources
Design-Time Support for Web FormsCommunity Additions
ADD
Show: