ASP.NET.in.a.Nutshell.Second.Edition [Electronic resources]

G. andrew Duthie; matthew Macdonald

نسخه متنی -صفحه : 873/ 516
نمايش فراداده

CheckBoxDesignerdisposable

System.Web.UI.Design.WebControls (system.design.dll)class

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 : System.Web.UI.Design.ControlDesigner { // Public Constructors public

CheckBoxDesigner ( ); // Public Instance Methods public override string

GetDesignTimeHtml ( ); // overrides System.Web.UI.Design.ControlDesigner }

Hierarchy

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