DesignerRegion.DesignerRegion(ControlDesigner, String, Boolean) Constructor
.NET Framework 3.0
Initializes a new instance of the DesignerRegion class with the specified name for a control designer, optionally setting the instance as a selectable region in the designer.
Namespace: System.Web.UI.Design
Assembly: System.Design (in system.design.dll)
Assembly: System.Design (in system.design.dll)
public DesignerRegion ( ControlDesigner designer, String name, boolean selectable )
public function DesignerRegion ( designer : ControlDesigner, name : String, selectable : boolean )
Not applicable.
Parameters
- designer
The control designer that contains this designer region.
- name
The name of this designer region.
- selectable
true to select the region; otherwise, false.
The following table shows the initial property values for an instance of the DesignerRegion class.
| Property | Initial Value |
|---|---|
| An empty string (""). | |
| The input designer object. | |
| An empty string (""). | |
| false. | |
| false. | |
| The input name object. | |
| An empty HybridDictionary object. | |
| The input selectable value. | |
| false. | |
| a null reference (Nothing in Visual Basic). |
Community Additions
ADD
Show: