KeyboardDevice Class
Abstract class that represents a keyboard device.
Assembly: PresentationCore (in PresentationCore.dll)
The KeyboardDevice supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code.
For keyboard related input, use the Keyboard class. The Keyboard class represents the keyboard to an application and provides methods, properties, and events that reflect the state of the keyboard.
The Keyboard class delegates to the appropriate KeyboardDevice.
Each InputDevice object represents one particular input device. For example, if there are two mice, there will be two InputDevice objects.
System.Windows.Threading.DispatcherObject
System.Windows.Input.InputDevice
System.Windows.Input.KeyboardDevice
Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.