WizardDesigner.SetEditableDesignerRegionContent Method (EditableDesignerRegion, String)
.NET Framework (current version)
Specifies the content for an editable region of the control at design time.
Assembly: System.Design (in System.Design.dll)
public override void SetEditableDesignerRegionContent( EditableDesignerRegion region, string content )
Parameters
- region
-
Type:
System.Web.UI.Design.EditableDesignerRegion
An editable design region contained within the control.
- content
-
Type:
System.String
The content to assign for the editable design region.
| Exception | Condition |
|---|---|
| ArgumentNullException | region is null. |
| ArgumentException | region is not an object of type EditableDesignerRegion. |
.NET Framework
Available since 2.0
Available since 2.0
Show: