This documentation is archived and is not being maintained.
WebControlToolboxItem Members
.NET Framework 1.1
WebControlToolboxItem overview
Public Constructors
WebControlToolboxItem Constructor | Overloaded. Initializes a new instance of the WebControlToolboxItem class. |
Public Properties
AssemblyName (inherited from ToolboxItem) | Gets or sets the name of the assembly that contains the type or types that the toolbox item creates. |
Bitmap (inherited from ToolboxItem) | Gets or sets a bitmap to represent the toolbox item in the toolbox. |
DisplayName (inherited from ToolboxItem) | Gets or sets the display name for the toolbox item. |
Filter (inherited from ToolboxItem) | Gets or sets the filter that determines whether the toolbox item can be used on a destination component. |
TypeName (inherited from ToolboxItem) | Gets or sets the fully qualified name of the type of IComponent that the toolbox item creates when invoked. |
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. |
Public Events
ComponentsCreated (inherited from ToolboxItem) | Occurs immediately after components are created. |
ComponentsCreating (inherited from ToolboxItem) | Occurs when components are about to be created. |
Protected Properties
Locked (inherited from ToolboxItem) | Gets a value indicating whether the ToolboxItem is currently locked. |
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:

