ControlDesigner::EnableDragRect Property

 

Gets a value indicating whether drag rectangles can be drawn on this designer component.

Namespace:   System.Windows.Forms.Design
Assembly:  System.Design (in System.Design.dll)

protected:
property bool EnableDragRect {
	virtual bool get();
}

Property Value

Type: System::Boolean

true if drag rectangles can be drawn; otherwise, false.

.NET Framework
Available since 1.1
Return to top
Show: