EditorZoneDesigner::SetEditableDesignerRegionContent Method (EditableDesignerRegion^, String^)
.NET Framework (current version)
Sets the content of the specified EditableDesignerRegion.
Assembly: System.Design (in System.Design.dll)
public: virtual void SetEditableDesignerRegionContent( EditableDesignerRegion^ region, String^ content ) override
Parameters
- region
-
Type:
System.Web.UI.Design::EditableDesignerRegion^
The specified EditableDesignerRegion.
- content
-
Type:
System::String^
A String that represents the content to go in the specified region.
.NET Framework
Available since 2.0
Available since 2.0
Show: