ControlDesigner.EnableDragDrop(Boolean) Method

Definition

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

protected:
 void EnableDragDrop(bool value);
protected void EnableDragDrop (bool value);
member this.EnableDragDrop : bool -> unit
Protected Sub EnableDragDrop (value As Boolean)

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