EditableDesignerRegion.EditableDesignerRegion(ControlDesigner, String, Boolean) Constructor
.NET Framework 3.0
Creates a new instance of the EditableDesignerRegion class using the given owner and name and the initial value of the ServerControlsOnly property.
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, bool serverControlsOnly )
public EditableDesignerRegion ( ControlDesigner owner, String name, boolean serverControlsOnly )
public function EditableDesignerRegion ( owner : ControlDesigner, name : String, serverControlsOnly : boolean )
Not applicable.
Parameters
- owner
A ControlDesigner object, or a designer that derives from ControlDesigner.
- name
The name of the region.
- serverControlsOnly
true to have the region accept only Web server controls for content; otherwise, false.
Community Additions
ADD
Show: