The members of System.Drawing.Design.ToolboxItem are listed below.
See Also: Inherited members from System.Object
Initializes a new instance of the System.Drawing.Design.ToolboxItem class. | ||
Initializes a new instance of the System.Drawing.Design.ToolboxItem class that creates the specified type of component. |
AssemblyName | System.Reflection.AssemblyName.
Gets or sets the name of the assembly that contains the type or types that the toolbox item creates. | |
Bitmap | System.Drawing.Bitmap.
Gets or sets a bitmap to represent the toolbox item in the toolbox. | |
Company | string.
Gets or sets the company name for this System.Drawing.Design.ToolboxItem. | |
[read-only] | ComponentType | string.
Gets the component type for this System.Drawing.Design.ToolboxItem. |
DependentAssemblies | System.Reflection.AssemblyName[].
Gets or sets the System.Reflection.AssemblyName for the toolbox item. | |
Description | string.
Gets or sets the description for this System.Drawing.Design.ToolboxItem. | |
DisplayName | string.
Gets or sets the display name for the toolbox item. | |
Filter | ICollection.
Gets or sets the filter that determines whether the toolbox item can be used on a destination component. | |
IsTransient | bool.
Gets a value indicating whether the toolbox item is transient. | |
[read-only] | Locked | bool.
Gets a value indicating whether the System.Drawing.Design.ToolboxItem is currently locked. |
[read-only] | Properties | IDictionary.
Gets a dictionary of properties. |
TypeName | string.
Gets or sets the fully qualified name of the type of System.ComponentModel.IComponent that the toolbox item creates when invoked. | |
[read-only] | Version | string.
Gets the version for this System.Drawing.Design.ToolboxItem. |
CreateComponents()
| ||
CreateComponents(System.ComponentModel.Design.IDesignerHost)
| ||
CreateComponents(System.ComponentModel.Design.IDesignerHost, IDictionary)
| ||
override | Equals(object)
| |
override | GetHashCode()
| |
GetType(System.ComponentModel.Design.IDesignerHost)
| ||
Initialize(Type)
| ||
Lock()
| ||
override | ToString()
|
ComponentsCreated |
Occurs immediately after components are created. | |
ComponentsCreating |
Occurs when components are about to be created. |