This documentation is archived and is not being maintained.

IControlDesignerBehavior.DesignTimeHtml Property

Gets or sets the design-time HTML for the designer's control.

[Visual Basic]
Property DesignTimeHtml As String
[C#]
string DesignTimeHtml {get; set;}
[C++]
__property String* get_DesignTimeHtml();
__property void set_DesignTimeHtml(String*);
[JScript]
function get DesignTimeHtml() : String;function set DesignTimeHtml(String);

Property Value

The HTML used at design-time to format the control.

Requirements

Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family

.NET Framework Security: 

See Also

IControlDesignerBehavior Interface | IControlDesignerBehavior Members | System.Web.UI.Design Namespace

Show: