ContainerControlDesigner.SetEditableDesignerRegionContent Method
.NET Framework 3.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 )
Not applicable.
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.
Community Additions
ADD
Show: