mirror of
https://github.com/Stone-Red-Code/docs-desktop.git
synced 2026-09-05 23:42:58 +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
30 lines
1.1 KiB
Markdown
30 lines
1.1 KiB
Markdown
---
|
|
title: "Drag and Drop"
|
|
ms.date: "03/30/2017"
|
|
f1_keywords:
|
|
- "AutoGeneratedOrientationPage"
|
|
helpviewer_keywords:
|
|
- "data [WPF], drag-and-drop"
|
|
- "drag and drop [WPF]"
|
|
- "drag-and-drop [WPF]"
|
|
ms.assetid: 77c48920-8c8b-41eb-8fe8-b411962c8623
|
|
---
|
|
# Drag and Drop
|
|
[!INCLUDE[TLA#tla_winclient](../../../includes/tlasharptla-winclient-md.md)] provides a highly flexible drag and drop infrastructure which supports dragging and dropping of data within both [!INCLUDE[TLA2#tla_winclient](../../../includes/tla2sharptla-winclient-md.md)] applications as well as other Windows applications.
|
|
|
|
## In This Section
|
|
[Drag and Drop Overview](drag-and-drop-overview.md)
|
|
[Data and Data Objects](data-and-data-objects.md)
|
|
[Walkthrough: Enabling Drag and Drop on a User Control](walkthrough-enabling-drag-and-drop-on-a-user-control.md)
|
|
[How-to Topics](drag-and-drop-how-to-topics.md)
|
|
|
|
## Reference
|
|
<xref:System.Windows.DataFormat>
|
|
<xref:System.Windows.DataObject>
|
|
<xref:System.Windows.DragDrop>
|
|
<xref:System.Windows.DragDropEffects>
|
|
<xref:System.Windows.DragEventHandler>
|
|
<xref:System.Windows.TextDataFormat>
|
|
|
|
## Related Sections
|