PasswordRecoveryDesigner::SetEditableDesignerRegionContent Method (EditableDesignerRegion^, String^)
.NET Framework (current version)
Establishes the content for an editable region of the control at design time.
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
Available since 2.0
Show: