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

 
Use BaseTrue

Establishes the content for an editable region of the control at design time.

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^

An editable design region that is contained within the control.

content
Type: System::String^

The content to assign for the editable design region.

.NET Framework
Available since 2.0
Return to top
Show: