ControlDesigner::ParticipatesWithSnapLines Property

 

Gets a value indicating whether the ControlDesigner will allow snapline alignment during a drag operation.

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

public:
property bool ParticipatesWithSnapLines {
	virtual bool get();
}

Property Value

Type: System::Boolean

true if the ControlDesigner will allow snapline alignment during a drag operation when the primary drag control is over this designer; otherwise, false.

Notes to Inheritors:

The default implementation always returns true.

.NET Framework
Available since 2.0
Return to top
Show: