This documentation is archived and is not being maintained.
ToolboxItem Methods
.NET Framework 1.1
The methods of the ToolboxItem class are listed here. For a complete list of ToolboxItem class members, see the ToolboxItem Members topic.
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. |
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:
