ToolboxItem Methods
.NET Framework 2.0
(see also
Protected Methods
)
Top
| Name | Description | |
|---|---|---|
| CreateComponents | Overloaded. Creates the components that the toolbox item is configured to create. |
| Equals | Overloaded. Overridden. Determines whether two ToolboxItem instances are equal. |
| GetHashCode | Overridden. Returns the hash code for this instance. |
| GetType | Overloaded. Creates an instance of the specified type. |
| Initialize | Initializes the current toolbox item with the specified type to create. |
| Lock | Locks the toolbox item and prevents changes to its properties. |
| ReferenceEquals | Determines whether the specified Object instances are the same instance. (inherited from Object) |
| ToString | Overridden. Returns a String that represents the current ToolboxItem. |
| Name | Description | |
|---|---|---|
| CheckUnlocked | Throws an exception if the toolbox item is currently locked. |
| CreateComponentsCore | Overloaded. 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. |
| FilterPropertyValue | Filters a property value before returning it. |
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (inherited from Object) |
| GetType | Overloaded. Creates an instance of the specified type. |
| MemberwiseClone | Creates a shallow copy of the current Object. (inherited from 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. |
| ValidatePropertyType | Validates that an object is of a given type. |
| ValidatePropertyValue | Validates a property before it is assigned to the property dictionary. |
| Name | Description | |
|---|---|---|
| System.Runtime.Serialization.ISerializable.GetObjectData | For a description of this member, see the GetObjectData method. |
Community Additions
ADD
Show: