mirror of
https://github.com/Stone-Red-Code/docs-desktop.git
synced 2026-09-06 23:43:07 +02:00
* 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
24 lines
1.1 KiB
Markdown
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 [!INCLUDE[TLA#tla_winclient](../../../includes/tlasharptla-winclient-md.md)] 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)
|