System.Web.UI.Design.ContainerControlDesigner.SetEditableDesignerRegionContent Method

Sets the content for the editable region of the control at design time.

Syntax

public override void SetEditableDesignerRegionContent (EditableDesignerRegion region, string content)

Parameters

region
An editable design region contained within the control.
content
Content to assign for the editable design region.

Remarks

The System.Web.UI.Design.ContainerControlDesigner class implements a single designer region instead of a collection of designer regions. Therefore, the region parameter is ignored, and the ContainerControlDesigner.SetEditableDesignerRegionContent(EditableDesignerRegion, string) method sets the content for the single designer region that is contained in the control designer.

Requirements

Namespace: System.Web.UI.Design
Assembly: System.Design (in System.Design.dll)
Assembly Versions: 2.0.0.0