UpdateProgressDesigner::GetEditableDesignerRegionContent Method (EditableDesignerRegion^)

 

Returns the content for an editable region of the design-time view of the UpdateProgress control.

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

public:
virtual String^ GetEditableDesignerRegionContent(
	EditableDesignerRegion^ region
) override

Parameters

region
Type: System.Web.UI.Design::EditableDesignerRegion^

The EditableDesignerRegion object to fetch content for.

Return Value

Type: System::String^

A serialized copy of the template that is used to render the associated UpdatePanel control at design time.

.NET Framework
Available since 3.5
Return to top
Show: