Drag-and-Drop Operations and Clipboard Support
.NET Framework 2.0
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
- Walkthrough: Performing a Drag-and-Drop Operation in Windows Forms
-
Explains how to start a drag-and-drop operation.
- How to: Perform Drag-and-Drop Operations Between Applications
-
Illustrates how to accomplish drag-and-drop operations across applications.
- How to: Add Data to the Clipboard
-
Describes a way to programmatically insert information on the Clipboard.
- How to: Retrieve Data from the Clipboard
-
Describes how to access the data stored on the Clipboard.