ParentControlDesigner::AllowGenericDragBox Property

 

Gets a value indicating whether a generic drag box should be drawn when dragging a toolbox item over the designer's surface.

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

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

Property Value

Type: System::Boolean

true if a generic drag box should be drawn when dragging a toolbox item over the designer's surface; otherwise, false. The default is true.

.NET Framework
Available since 2.0
Return to top
Show: