Files
docs-desktop/dotnet-desktop-guide/framework/wpf/advanced/input-and-commands-how-to-topics.md
T
Andy De George da363692ff 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
2020-09-04 09:46:28 -07:00

43 lines
1.7 KiB
Markdown

---
title: "Input and Commands How-to Topics"
ms.date: "03/30/2017"
f1_keywords:
- "AutoGeneratedOrientationPage"
helpviewer_keywords:
- "input API [WPF]"
- "commanding [WPF]"
ms.assetid: a5c266b6-969c-4049-a471-ddca7b10fb89
---
# Input and Commands How-to Topics
The topics in this section describe how to use the input and commanding infrastructure in Windows Presentation Foundation (WPF).
## In This Section
[Enable a Command](how-to-enable-a-command.md)
[Change the Cursor Type](how-to-change-the-cursor-type.md)
[Change the Color of an Element Using Focus Events](how-to-change-the-color-of-an-element-using-focus-events.md)
[Apply a FocusVisualStyle to a Control](how-to-apply-a-focusvisualstyle-to-a-control.md)
[Detect When the Enter Key is Pressed](how-to-detect-when-the-enter-key-pressed.md)
[Create a Rollover Effect Using Events](how-to-create-a-rollover-effect-using-events.md)
[Make an Object Follow the Mouse Pointer](how-to-make-an-object-follow-the-mouse-pointer.md)
[Create a RoutedCommand](how-to-create-a-routedcommand.md)
[Implement ICommandSource](how-to-implement-icommandsource.md)
[Hook Up a Command to a Control with No Command Support](how-to-hook-up-a-command-to-a-control-with-no-command-support.md)
[Hook Up a Command to a Control with Command Support](how-to-hook-up-a-command-to-a-control-with-command-support.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