UpdateProgressDesigner.GetEditableDesignerRegionContent Method       
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the content for an editable region of the design-time view of the UpdateProgress control.
public:
 override System::String ^ GetEditableDesignerRegionContent(System::Web::UI::Design::EditableDesignerRegion ^ region);public override string GetEditableDesignerRegionContent(System.Web.UI.Design.EditableDesignerRegion region);override this.GetEditableDesignerRegionContent : System.Web.UI.Design.EditableDesignerRegion -> stringPublic Overrides Function GetEditableDesignerRegionContent (region As EditableDesignerRegion) As StringParameters
- region
- EditableDesignerRegion
The EditableDesignerRegion object to fetch content for.
Returns
A serialized copy of the template that is used to render the associated UpdatePanel control at design time.