Drag-and-Drop Operations and Clipboard Support

You can enable user drag-and-drop operations within a Windows-based application by handling a series of events, most notably the DragEnter, DragLeave, and DragDrop events.

You can also implement user cut/copy/paste support and user data transfer to the Clipboard within your Windows-based applications by using simple method calls.

In This Section

  • QueryContinueDrag
    Describes the intricacies of the event that asks permission to continue the drag operation.
  • DoDragDrop
    Describes the intricacies of the method that is central to beginning a drag operation.
Topic Location
How to: Send Data to the Active MDI Child Windows Forms Programming
How to: Send Data to the Active MDI Child Windows Forms Programming
How to: Send Data to the Active MDI Child Windows Forms Programming
How to: Send Data to the Active MDI Child Windows Forms Programming