Name

CheckBoxDesigner

Synopsis

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

Hierarchy

System.Object System.ComponentModel.Design.ComponentDesigner(System.ComponentModel.Design.IDesigner, System.IDisposable, System.ComponentModel.Design.IDesignerFilter)System.Web.UI.Design.HtmlControlDesignerSystem.Web.UI.Design.ControlDesigner CheckBoxDesigner

Get ASP.NET in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.