ChangePasswordDesigner.SetEditableDesignerRegionContent Method
.NET Framework 3.0
Sets the value of a template of the associated control.
Namespace: System.Web.UI.Design.WebControls
Assembly: System.Design (in system.design.dll)
ChangePasswordDesigner Members
System.Web.UI.Design.WebControls Namespace
GetEditableDesignerRegionContent
EditableDesignerRegion
ChangePassword
Walkthrough: Creating a Basic Control Designer for a Web Server Control
Assembly: System.Design (in system.design.dll)
public: virtual void SetEditableDesignerRegionContent ( EditableDesignerRegion^ region, String^ content ) override
public void SetEditableDesignerRegionContent ( EditableDesignerRegion region, String content )
public override function SetEditableDesignerRegionContent ( region : EditableDesignerRegion, content : String )
Not applicable.
Parameters
- region
The EditableDesignerRegion to set content for.
- content
A String containing a persisted control or template.
Reference
ChangePasswordDesigner ClassChangePasswordDesigner Members
System.Web.UI.Design.WebControls Namespace
GetEditableDesignerRegionContent
EditableDesignerRegion
ChangePassword
Other Resources
Introduction to ASP.NET Control DesignersWalkthrough: Creating a Basic Control Designer for a Web Server Control
Community Additions
ADD
Show: