PasswordRecoveryDesigner::GetEditableDesignerRegionContent Method (EditableDesignerRegion^)
.NET Framework (current version)
Returns the content for an editable region for the design-time view of the associated control.
Assembly: System.Design (in System.Design.dll)
public: virtual String^ GetEditableDesignerRegionContent( EditableDesignerRegion^ region ) override
Parameters
- region
-
Type:
System.Web.UI.Design::EditableDesignerRegion^
The EditableDesignerRegion object to get content for.
Return Value
Type: System::String^The persisted content for the region, if the control designer supports editable regions; otherwise, an empty string ("").
.NET Framework
Available since 2.0
Available since 2.0
Show: