AdRotatorDesigner.GetDesignTimeHtml Method

Definition

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

public:
 override System::String ^ GetDesignTimeHtml();
public override string GetDesignTimeHtml ();
override this.GetDesignTimeHtml : unit -> string
Public Overrides Function GetDesignTimeHtml () As String

Returns

The markup that represents the control on the design surface.

Examples

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.

Applies to

See also