June 2002
Intermediate to advanced
816 pages
28h 12m
English
CheckBoxDesigner
This class provides the design-time representation of a System.Web.UI.WebControls.CheckBox control, using an
overridden GetDesignTimeHtml()
method. If the System.Web.UI.WebControls.CheckBox.Text property is empty,
the control’s name will be displayed in square brackets.
Public Class CheckBoxDesigner : Inherits System.Web.UI.Design.ControlDesigner ' Public Constructors Public Sub New() ' Public Instance Methods Overrides Public Function GetDesignTimeHtml() As String End Class
System.Object→ System.ComponentModel.Design.ComponentDesigner(System.ComponentModel.Design.IDesigner, System.IDisposable, System.ComponentModel.Design.IDesignerFilter)→System.Web.UI.Design.HtmlControlDesigner→System.Web.UI.Design.ControlDesigner→ CheckBoxDesigner
Read now
Unlock full access