Files
docs-desktop/dotnet-desktop-guide/framework/wpf/advanced/drag-and-drop-how-to-topics.md
T
Andy De George da363692ff Initial WPF content migrated (#17)
* Reset branch for WPF changes

* Convert BMP to PNG; fix link-out-of-scope err

* Add snippets for WPF... 6794 files!!!!

* Add missing snippets

* update file updated between migration

* Fix paths to include

* update breadcrumb and toc

* fix index links

* fix index links

* fix index links

* fix markdown
2020-09-04 09:46:28 -07:00

1.1 KiB

title, ms.date, f1_keywords, helpviewer_keywords, ms.assetid
title ms.date f1_keywords helpviewer_keywords ms.assetid
Drag and Drop How-to Topics 03/30/2017
AutoGeneratedOrientationPage
drag-and-drop [WPF], how-to topics
559c0804-c62a-4640-b6b9-cbd2aa9fb99c

Drag and Drop How-to Topics

The following examples demonstrate how to accomplish common tasks using the [!INCLUDETLA#tla_winclient] drag-and-drop framework.

In This Section

Open a File That is Dropped on a RichTextBox Control
Create a Data Object
Determine if a Data Format is Present in a Data Object
List the Data Formats in a Data Object
Retrieve Data in a Particular Data Format
Store Multiple Data Formats in a Data Object

See also