This documentation is archived and is not being maintained.

CheckBoxDesigner::GetDesignTimeHtml Method

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

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

  NameDescription
Public method GetDesignTimeHtml() Gets the markup that is used to represent the control at design time. (Overrides ControlDesigner::GetDesignTimeHtml().)
Public method GetDesignTimeHtml(DesignerRegionCollection) Retrieves the HTML markup to display the control and populates the collection with the current control designer regions. (Inherited from ControlDesigner.)
Top

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.

Show: