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 仮想キーに変換します。

適用対象