This documentation is archived and is not being maintained.
WebControlToolboxItem Methods
.NET Framework 1.1
The methods of the WebControlToolboxItem class are listed here. For a complete list of WebControlToolboxItem class members, see the WebControlToolboxItem Members topic.
Public Methods
CreateComponents (inherited from ToolboxItem) | Overloaded. Creates the components that the toolbox item is configured to create. |
Equals (inherited from Object) | Overloaded. Determines whether two Object instances are equal. |
GetHashCode (inherited from Object) | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
GetToolAttributeValue | Gets the value of the specified type of attribute of the toolbox item. |
GetToolHtml | Gets the HTML for the Web control that the tool creates. |
GetToolType | Gets the type of this toolbox item. |
GetType (inherited from Object) | Gets the Type of the current instance. |
Initialize | Overridden. See ToolboxItem.Initialize. |
Lock (inherited from ToolboxItem) | Locks the toolbox item and prevents changes to its properties. |
ToString (inherited from ToolboxItem) | Overridden. Provides support for Object's ToString method. |
Protected Methods
CheckUnlocked (inherited from ToolboxItem) | Throws an exception if the toolbox item is currently locked. |
CreateComponentsCore | Overridden. See ToolboxItem.CreateComponentsCore. |
Deserialize | Overridden. See ToolboxItem.Deserialize. |
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 (inherited from ToolboxItem) | Overloaded. Creates an instance of the specified type. |
MemberwiseClone (inherited from Object) | Creates a shallow copy of the current Object. |
OnComponentsCreated (inherited from ToolboxItem) | Raises the ComponentsCreated event. |
OnComponentsCreating (inherited from ToolboxItem) | Raises the ComponentsCreating event. |
Serialize | Overridden. See ToolboxItem.Serialize. |
See Also
WebControlToolboxItem Class | System.Web.UI.Design Namespace
Show:
