DesignerRegion Constructor (ControlDesigner, String, Boolean)
Assembly: System.Design (in system.design.dll)
public DesignerRegion ( ControlDesigner designer, String name, boolean selectable )
public function DesignerRegion ( designer : ControlDesigner, name : String, selectable : boolean )
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). |
Windows 98, Windows 2000 SP4, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.