mirror of
https://github.com/Stone-Red-Code/docs-desktop.git
synced 2026-09-06 07:56:06 +02:00
* 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
30 lines
905 B
Markdown
30 lines
905 B
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
|
|
WPF 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
|