UpdateProgressDesigner.GetDesignTimeHtml(DesignerRegionCollection) Method

Definition

Returns the HTML markup to display the UpdateProgress control and populates the collection with the current control designer regions.

public:
 override System::String ^ GetDesignTimeHtml(System::Web::UI::Design::DesignerRegionCollection ^ regions);
public override string GetDesignTimeHtml (System.Web.UI.Design.DesignerRegionCollection regions);
override this.GetDesignTimeHtml : System.Web.UI.Design.DesignerRegionCollection -> string
Public Overrides Function GetDesignTimeHtml (regions As DesignerRegionCollection) As String

Parameters

regions
DesignerRegionCollection

An object that contains control designer regions for the associated control.

Returns

The design-time HTML markup for the associated control, which includes all control designer regions.

Applies to