KeyInterop 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
提供在 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 虚拟密钥。 |