WizardDesigner.SetEditableDesignerRegionContent Method (EditableDesignerRegion, String)

 
Use BaseTrue

Specifies the content for an editable region of the control at design time.

Namespace:   System.Web.UI.Design.WebControls
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
Return to top
Show: