mirror of
https://github.com/Stone-Red-Code/docs-desktop.git
synced 2026-09-07 16:06:07 +02:00
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
This commit is contained in:
@@ -0,0 +1,29 @@
|
||||
---
|
||||
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
|
||||
Reference in New Issue
Block a user