KeyInterop 类

定义

提供在 Win32 虚拟键和 WPF Key 枚举之间进行转换的静态方法。

public ref class KeyInterop abstract sealed
public static class KeyInterop
type KeyInterop = class
Public Class KeyInterop
继承
KeyInterop

方法

KeyFromVirtualKey(Int32)

将 Win32 Virtual-Key 转换为 WPF Key

VirtualKeyFromKey(Key)

将 WPF Key 转换为 Win32 虚拟密钥。

适用于