EditableDesignerRegion Constructor (ControlDesigner, String, Boolean)

 

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)

Public Sub New (
	owner As ControlDesigner,
	name As String,
	serverControlsOnly As Boolean
)

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.

serverControlsOnly
Type: System.Boolean

true to have the region accept only Web server controls for content; otherwise, false.

.NET Framework
Available since 2.0
Return to top
Show: