DesignerRegion.Selectable Property

 

Gets or sets a value indicating whether the designer region can be selected by the user on the design surface.

Namespace:   System.Web.UI.Design
Assembly:  System.Design (in System.Design.dll)

abstract Selectable : bool with get, set
override Selectable : bool with get, set

Property Value

Type: System.Boolean

true, if the designer region can be selected by the user on the design surface; otherwise, false. The default is false.

.NET Framework
Available since 2.0
Return to top
Show: