AdRotatorDesigner::GetDesignTimeHtml Method ()

 

Generates the markup that is used to render the control on the design surface.

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

public:
virtual String^ GetDesignTimeHtml() override

Return Value

Type: System::String^

The markup that represents the control on the design surface.

For a code example that shows how to override the GetDesignTimeHtml method in a templated data-bound control designer, see ControlDesigner::GetDesignTimeHtml.

If the control that is associated with this designer has templates, it displays the templates in the designer.

.NET Framework
Available since 1.1
Return to top
Show: