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)

public:
property bool Selectable {
	virtual bool get();
	virtual void set(bool value);
}

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: