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 Overrides Sub SetEditableDesignerRegionContent (
	region As EditableDesignerRegion,
	content As String
)

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: