System.Web.UI.Design.TextControlDesigner.GetDesignTimeHtml Method

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

Syntax

public override string GetDesignTimeHtml ()

Returns

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

Remarks

This class overrides this method to ensure that a non-empty Text property value is available when the control is rendered for display on the design surface. This makes sure that the class has a meaningful representation. This method sets any empty Text property of the control to the System.Web.UI.Control.ID property of the control.

Requirements

Namespace: System.Web.UI.Design
Assembly: System.Design (in System.Design.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0