ChangePasswordDesigner::SetEditableDesignerRegionContent Method (EditableDesignerRegion^, String^)
.NET Framework (current version)
Sets the value of a template of the associated control.
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
Available since 2.0
Show: