June 2002
Intermediate to advanced
816 pages
28h 12m
English
WebControlToolboxItem
This class represents a toolbox item for a web control. Toolbox items are the icons you use to insert controls when designing a Web Forms page.
Public Class WebControlToolboxItem : Inherits System.Drawing.Design.ToolboxItem ' Public Constructors Public Sub New() Public Sub New(ByVal type As Type) ' Public Instance Methods Public Function GetToolAttributeValue( ByVal host As System.ComponentModel.Design.IDesignerHost, ByVal attributeType As Type) As Object Public Function GetToolHtml( ByVal host As System.ComponentModel.Design.IDesignerHost) As String Public Function GetToolType( ByVal host As System.ComponentModel.Design.IDesignerHost) As Type Overrides Public Sub Initialize(ByVal type As Type) ' Protected Instance Methods Overrides Protected Function CreateComponentsCore( ByVal host As System.ComponentModel.Design.IDesignerHost) As IComponent() Overrides Protected Sub Deserialize( ByVal info As System.Runtime.Serialization.SerializationInfo, ByVal context As System.Runtime.Serialization.StreamingContext) Overrides Protected Sub Serialize( ByVal info As System.Runtime.Serialization.SerializationInfo, ByVal context As System.Runtime.Serialization.StreamingContext) End Class
System.Object→System.Drawing.Design.ToolboxItem(System.Runtime.Serialization.ISerializable)→ WebControlToolboxItem
Read now
Unlock full access