EditableDesignerRegion.EditableDesignerRegion(ControlDesigner, String) Constructor
.NET Framework 3.0
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)
Assembly: System.Design (in system.design.dll)
public EditableDesignerRegion ( ControlDesigner owner, String name )
public function EditableDesignerRegion ( owner : ControlDesigner, name : String )
Not applicable.
Parameters
- owner
A ControlDesigner object, or a designer that derives from ControlDesigner.
- name
The name of the region.
Community Additions
ADD
Show: