System.Web.UI.Design.WebControlToolboxItem Members

The members of System.Web.UI.Design.WebControlToolboxItem are listed below.

See Also: Inherited members from System.Drawing.Design.ToolboxItem

Public Constructors

Initializes a new instance of the System.Web.UI.Design.WebControlToolboxItem class.

Creates a new instance of the System.Web.UI.Design.WebControlToolboxItem class using the provided type.

Protected Constructors

Public Methods

GetToolAttributeValue(System.ComponentModel.Design.IDesignerHost, Type) : object

Gets the value of the specified type of attribute of the toolbox item.

GetToolHtml(System.ComponentModel.Design.IDesignerHost) : string

Gets the HTML for the Web control that the tool creates.

GetToolType(System.ComponentModel.Design.IDesignerHost) : Type

Gets the type of this toolbox item.

override
Initialize(Type)

Initializes this toolbox item.

Protected Methods

override
CreateComponentsCore(System.ComponentModel.Design.IDesignerHost) : System.ComponentModel.IComponent[]

Creates objects from each type contained in this System.Drawing.Design.ToolboxItem, and adds them to the specified designer.

override
Deserialize(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)

Loads the state of the toolbox item from the specified serialization information object.

override
Serialize(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)

Saves the state of the toolbox item to the specified serialization information object.