CompositeControlDesigner::GetDesignTimeHtml Method ()

 

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

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

public:
virtual String^ GetDesignTimeHtml() override

Return Value

Type: System::String^

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

For more information about the overloads available for this method see ControlDesigner.

In this overridden method, the base implementation always creates the child controls on the associated control.

.NET Framework
Available since 2.0
Return to top
Show: