IControlDesignerBehavior::DesignTimeHtml Property

 

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

Namespace:   System.Web.UI.Design
Assembly:  System.Design (in System.Design.dll)

property String^ DesignTimeHtml {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

The HTML used at design time to format the control.

System_CAPS_noteNote

The IControlDesignerBehavior interface is obsolete. Use the IControlDesignerTag and IControlDesignerView interfaces for equivalent control designer functionality.

.NET Framework
Available since 1.1
Return to top
Show: