#693 – TextBox Control Supports Drag-and-Drop
November 19, 2012 3 Comments
The TextBox control in WPF automatically supports drag-and-drop, in several different scenarios.
You can select text in one TextBox and drag it into another. If you just click the left mouse button on some selected text and drag, the text will be cut from the first TextBox and pasted into the second.
If you hold the Ctrl key down while clicking and dragging, you can do a copy operation.
You can also drag text from another application (e.g. a web browser) into a TextBox in your application.
And you can drag text from a TextBox out of your application, into an application that accepts text as the result of a drag operation.