ContainerControlDesigner.SetEditableDesignerRegionContent Method
.NET Framework 2.0
Note: This method is new in the .NET Framework version 2.0.
Sets the content for the editable region of the control at design time.
Namespace: System.Web.UI.Design
Assembly: System.Design (in system.design.dll)
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 )
Parameters
- region
An editable design region contained within the control.
- content
Content to assign for the editable design region.
The ContainerControlDesigner class implements a single designer region instead of a collection of designer regions. Therefore, the region parameter is ignored, and the SetEditableDesignerRegionContent method sets the content for the single designer region that is contained in the control designer.
Windows 98, Windows 2000 SP4, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.
Show: