DesignerRegion::Selected Property

 

Gets or sets a value indicating whether the designer region is currently selected on the design surface.

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

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

Property Value

Type: System::Boolean

true, if the designer region is currently selected on the design surface; otherwise, false. The default is false.

.NET Framework
Available since 2.0
Return to top
Show: