mirror of
https://github.com/Stone-Red-Code/docs-desktop.git
synced 2026-09-04 17:16:03 +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
41 lines
1.3 KiB
Markdown
41 lines
1.3 KiB
Markdown
---
|
|
title: "Input"
|
|
ms.date: "03/30/2017"
|
|
f1_keywords:
|
|
- "AutoGeneratedOrientationPage"
|
|
helpviewer_keywords:
|
|
- "input API [WPF]"
|
|
- "commanding [WPF]"
|
|
ms.assetid: 9a7ccd30-095b-4f34-b284-8fb7e8f95a9b
|
|
---
|
|
# Input (WPF)
|
|
Windows Presentation Foundation (WPF) includes support for several types of input. This input includes text, touch, mouse, commands, focus, touch, drag-and-drop, and digital ink. This section describes topics related to input in WPF.
|
|
|
|
## In This Section
|
|
[Input Overview](input-overview.md)
|
|
[Commanding Overview](commanding-overview.md)
|
|
[Focus Overview](focus-overview.md)
|
|
[Styling for Focus in Controls, and FocusVisualStyle](styling-for-focus-in-controls-and-focusvisualstyle.md)
|
|
[Walkthrough: Creating Your First Touch Application](walkthrough-creating-your-first-touch-application.md)
|
|
[How-to Topics](input-and-commands-how-to-topics.md)
|
|
[Digital Ink](digital-ink.md)
|
|
|
|
## Reference
|
|
<xref:System.Windows.UIElement>
|
|
|
|
<xref:System.Windows.FrameworkElement>
|
|
|
|
<xref:System.Windows.ContentElement>
|
|
|
|
<xref:System.Windows.FrameworkContentElement>
|
|
|
|
<xref:System.Windows.Input.Keyboard>
|
|
|
|
<xref:System.Windows.Input.Mouse>
|
|
|
|
<xref:System.Windows.Input.FocusManager>
|
|
|
|
## Related Sections
|
|
[Controls](../controls/index.md)
|
|
[Events](events-wpf.md)
|