WebControlToolboxItem Class
Provides a base class for a Web server control ToolboxItem.
For a list of all members of this type, see WebControlToolboxItem Members.
System.Object
System.Drawing.Design.ToolboxItem
System.Web.UI.Design.WebControlToolboxItem
[Visual Basic] <Serializable> Public Class WebControlToolboxItem Inherits ToolboxItem [C#] [Serializable] public class WebControlToolboxItem : ToolboxItem [C++] [Serializable] public __gc class WebControlToolboxItem : public ToolboxItem [JScript] public Serializable class WebControlToolboxItem extends ToolboxItem
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Remarks
WebControlToolboxItem provides a base class for toolbox items that create Web server controls. This class extends ToolboxItem and provides the following additional methods:
- GetToolAttributeValue gets the value of an attribute of the toolbox item.
- GetToolHtml gets the HTML that represents the initial state of the control.
- GetToolType gets the type of the associated runtime component.
Requirements
Namespace: System.Web.UI.Design
Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family
Assembly: System.Design (in System.Design.dll)
See Also
WebControlToolboxItem Members | System.Web.UI.Design Namespace