Files
docs-desktop/dotnet-desktop-guide/framework/wpf/advanced/drag-and-drop-how-to-topics.md
T
Andy (Steve) De George be103da07e Replace various WPF include files with content (#1335)
* net-current-v30plus-md.md

* net-current-v40plus-md.md

* tla2sharptla-ui-md.md

* tla2sharptla-uiautomation-md.md

* tla2sharptla-winclient-md.md

* tla2sharptla-xaml-md.md

* tlasharptla-ui-md.md

* tlasharptla-uiautomation-md.md

* tlasharptla-winclient-md.md

* tlasharptla-xaml-md.md

* fix warnings
2022-03-16 12:14:11 -04:00

24 lines
1.1 KiB
Markdown

---
title: "Drag and Drop How-to Topics"
ms.date: "03/30/2017"
f1_keywords:
- "AutoGeneratedOrientationPage"
helpviewer_keywords:
- "drag-and-drop [WPF], how-to topics"
ms.assetid: 559c0804-c62a-4640-b6b9-cbd2aa9fb99c
---
# Drag and Drop How-to Topics
The following examples demonstrate how to accomplish common tasks using the Windows Presentation Foundation (WPF) drag-and-drop framework.
## In This Section
[Open a File That is Dropped on a RichTextBox Control](how-to-open-a-file-that-is-dropped-on-a-richtextbox-control.md)
[Create a Data Object](how-to-create-a-data-object.md)
[Determine if a Data Format is Present in a Data Object](how-to-determine-if-a-data-format-is-present-in-a-data-object.md)
[List the Data Formats in a Data Object](how-to-list-the-data-formats-in-a-data-object.md)
[Retrieve Data in a Particular Data Format](how-to-retrieve-data-in-a-particular-data-format.md)
[Store Multiple Data Formats in a Data Object](how-to-store-multiple-data-formats-in-a-data-object.md)
## See also
- [Drag and Drop Overview](drag-and-drop-overview.md)