ParentControlDesigner::AllowSetChildIndexOnDrop Property

 

Gets a value indicating whether the z-order of dragged controls should be maintained when dropped on a ParentControlDesigner.

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

public protected:
property bool AllowSetChildIndexOnDrop {
	virtual bool get();
}

Property Value

Type: System::Boolean

true if the z-order of dragged controls should be maintained when dropped on a ParentControlDesigner; otherwise, false.

By default the z-order of dragged controls is maintained when dropped on a ParentControlDesigner.

.NET Framework
Available since 2.0
Return to top
Show: