CheckBoxDesigner.GetDesignTimeHtml Method

Gets the markup that is used to represent the control at design time.

Name Description
CheckBoxDesigner.GetDesignTimeHtml () Gets the markup that is used to represent the control at design time.
CheckBoxDesigner.GetDesignTimeHtml (DesignerRegionCollection) Retrieves the HTML markup to display the control and populates the collection with the current control designer regions.

If the Text property is empty or consists only of white space, then the generated HTML contains the ID of the check box control; otherwise, the generated HTML contains the contents of the control's Text property.

Override this method to change the generated HTML.

Community Additions

ADD
Show: