System.Web.UI.Design.WebControlToolboxItem: Method Members

The methods of System.Web.UI.Design.WebControlToolboxItem are listed below. For a list of all members, see the WebControlToolboxItem Members list.

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

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.