This documentation is archived and is not being maintained.

WebControlToolboxItem Members

WebControlToolboxItem overview

Public Constructors

public constructorWebControlToolboxItem Constructor Overloaded. Initializes a new instance of the WebControlToolboxItem class.

Public Properties

public propertyAssemblyName (inherited from ToolboxItem) Gets or sets the name of the assembly that contains the type or types that the toolbox item creates.
public propertyBitmap (inherited from ToolboxItem) Gets or sets a bitmap to represent the toolbox item in the toolbox.
public propertyDisplayName (inherited from ToolboxItem) Gets or sets the display name for the toolbox item.
public propertyFilter (inherited from ToolboxItem) Gets or sets the filter that determines whether the toolbox item can be used on a destination component.
public propertyTypeName (inherited from ToolboxItem) Gets or sets the fully qualified name of the type of IComponent that the toolbox item creates when invoked.

Public Methods

public methodCreateComponents (inherited from ToolboxItem) Overloaded. Creates the components that the toolbox item is configured to create.
public methodEquals (inherited from Object) Overloaded. Determines whether two Object instances are equal.
public methodGetHashCode (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.
public methodGetToolAttributeValue Gets the value of the specified type of attribute of the toolbox item.
public methodGetToolHtml Gets the HTML for the Web control that the tool creates.
public methodGetToolType Gets the type of this toolbox item.
public methodGetType (inherited from Object) Gets the Type of the current instance.
public methodInitialize Overridden. See ToolboxItem.Initialize.
public methodLock (inherited from ToolboxItem) Locks the toolbox item and prevents changes to its properties.
public methodToString (inherited from ToolboxItem) Overridden. Provides support for Object's ToString method.

Public Events

public eventComponentsCreated (inherited from ToolboxItem) Occurs immediately after components are created.
public eventComponentsCreating (inherited from ToolboxItem) Occurs when components are about to be created.

Protected Properties

protected propertyLocked (inherited from ToolboxItem) Gets a value indicating whether the ToolboxItem is currently locked.

Protected Methods

protected methodCheckUnlocked (inherited from ToolboxItem) Throws an exception if the toolbox item is currently locked.
protected methodCreateComponentsCore Overridden. See ToolboxItem.CreateComponentsCore.
protected methodDeserialize Overridden. See ToolboxItem.Deserialize.
protected methodFinalize (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.

protected methodGetType (inherited from ToolboxItem) Overloaded. Creates an instance of the specified type.
protected methodMemberwiseClone (inherited from Object) Creates a shallow copy of the current Object.
protected methodOnComponentsCreated (inherited from ToolboxItem) Raises the ComponentsCreated event.
protected methodOnComponentsCreating (inherited from ToolboxItem) Raises the ComponentsCreating event.
protected methodSerialize Overridden. See ToolboxItem.Serialize.

See Also

WebControlToolboxItem Class | System.Web.UI.Design Namespace

Show: