Back to Wpf Samples

Create a Data Object from a Text Selection Sample

Drag and Drop/DragDropTextOps/README.md

3.0.1011.3 KB
Original Source

Create a Data Object from a Text Selection Sample

This sample creates a data object from a text selection. The user is able to use the mouse to select provided sample text in a TextBox, and then click a button to create a data object that contains the text selection. One of the DataObject constructors is used to create the data object and specify the contained data and corresponding data format. The DataFormats class provides a static type string that is used to specify the data format as "Text". Finally, the sample displays the native data formats and corresponding data stored in the newly-created data object.

Build the sample

The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in Visual Studio 2022.

Download the samples ZIP

Deploying the sample

  • Select Build > Deploy Solution.

Deploying and running the sample

  • To debug the sample and then run it, press F5 or select Debug > Start Debugging. To run the sample without debugging, press Ctrl+F5 or selectDebug > Start Without Debugging.