System.Windows.Forms.Design.ParentControlDesigner.OnDragDrop Method

Called when a drag-and-drop object is dropped onto the control designer view.

Syntax

protected override void OnDragDrop (System.Windows.Forms.DragEventArgs e)

Parameters

e
Documentation for this section has not yet been entered.

Remarks

This method checks any parent control for a drag-and-drop handler that can handle the operation instead. If one exists, this method passes the System.Windows.Forms.DragEventArgs to the method and returns. If no parent drag-and-drop handler exists, this method attempts to create a tool if a toolbox item has been dropped on the designer control.

Requirements

Namespace: System.Windows.Forms.Design
Assembly: System.Design (in System.Design.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0