ControlDesigner.SetRegionContent Method
Assembly: System.Design (in system.design.dll)
protected void SetRegionContent ( EditableDesignerRegion region, String content )
protected function SetRegionContent ( region : EditableDesignerRegion, content : String )
Parameters
- region
An editable design region contained within the design-time view of the control.
- content
The content to assign for the editable design region.
Normally, the SetRegionContent method is not overridden in derived designers. The base class causes the design host to call the SetEditableDesignerRegionContent method for the region. Override the SetRegionContent method when custom data is required for the control before calling SetEditableDesignerRegionContent method.
Use the SetRegionContent method to insert HTML markup into a region of the control.
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.