ControlDesigner.EnableDragDrop(Boolean) Method

Definition

Enables or disables drag-and-drop support for the control being designed.

C#
protected void EnableDragDrop(bool value);

Parameters

value
Boolean

true to enable drag-and-drop support for the control; false if the control should not have drag-and-drop support. The default is false.

Remarks

The default value of false specifies that a control cannot have children dragged onto it at design time. To allow a control to parent other controls at design time, associate it with a designer that derives from ParentControlDesigner.

Applies to

Product Versions
.NET Framework 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9, 10