ChangePasswordDesigner::SetEditableDesignerRegionContent Method (EditableDesignerRegion^, String^)

 

Sets the value of a template of the associated control.

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

public:
virtual void SetEditableDesignerRegionContent(
	EditableDesignerRegion^ region,
	String^ content
) override

Parameters

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

The EditableDesignerRegion to set content for.

content
Type: System::String^

A String containing a persisted control or template.

The SetEditableDesignerRegionContent method sets an editable region in a designer to a control or template that is specified in its persisted form by the content parameter.

.NET Framework
Available since 2.0
Return to top
Show: