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

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: