This documentation is archived and is not being maintained.
ToolboxItem Members
.NET Framework 1.1
Public Constructors
ToolboxItem Constructor | Overloaded. Initializes a new instance of the ToolboxItem class. |
Public Properties
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. |
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. |
TypeName | Gets or sets the fully qualified name of the type of IComponent that the toolbox item creates when invoked. |
Public Methods
CreateComponents | Overloaded. Creates the components that the toolbox item is configured to create. |
Equals | Overridden. See Object.Equals. |
GetHashCode | Overridden. See Object.GetHashCode. |
GetType (inherited from Object) | Gets the Type of the current instance. |
Initialize | Initializes the current toolbox item with the specified type to create. |
Lock | Locks the toolbox item and prevents changes to its properties. |
ToString | Overridden. Provides support for Object's ToString method. |
Public Events
ComponentsCreated | Occurs immediately after components are created. |
ComponentsCreating | Occurs when components are about to be created. |
Protected Properties
Locked | Gets a value indicating whether the ToolboxItem is currently locked. |
Protected Methods
CheckUnlocked | Throws an exception if the toolbox item is currently locked. |
CreateComponentsCore | Creates a component or an array of components when the toolbox item is invoked. |
Deserialize | Loads the state of the toolbox item from the specified serialization information object. |
Finalize (inherited from Object) | Overridden. Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
In C# and C++, finalizers are expressed using destructor syntax. |
GetType | Overloaded. Creates an instance of the specified type. |
MemberwiseClone (inherited from Object) | Creates a shallow copy of the current Object. |
OnComponentsCreated | Raises the ComponentsCreated event. |
OnComponentsCreating | Raises the ComponentsCreating event. |
Serialize | Saves the state of the toolbox item to the specified serialization information object. |
See Also
Show:

