ControlDesigner::EnableDragDrop Method (Boolean)
.NET Framework (current version)
Enables or disables drag-and-drop support for the control being designed.
Assembly: System.Design (in System.Design.dll)
Parameters
- value
-
Type:
System::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.
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.
.NET Framework
Available since 1.1
Available since 1.1
Show: