This documentation is archived and is not being maintained.
IControlDesignerBehavior.DesignTimeHtml Property
.NET Framework 1.1
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:
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries From Partially Trusted Code
See Also
IControlDesignerBehavior Interface | IControlDesignerBehavior Members | System.Web.UI.Design Namespace
Show: