EditableDesignerRegion Constructor (ControlDesigner^, String^)

 

Initializes a new instance of the EditableDesignerRegion class using the given owner and name.

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

public:
EditableDesignerRegion(
	ControlDesigner^ owner,
	String^ name
)

Parameters

owner
Type: System.Web.UI.Design::ControlDesigner^

A ControlDesigner object, or a designer that derives from ControlDesigner.

name
Type: System::String^

The name of the region.

.NET Framework
Available since 2.0
Return to top
Show: