KeyInterop.VirtualKeyFromKey(Key) Metoda

Definice

Převede WPF (Windows Presentation Foundation) Key na virtuální klíč Win32.

public:
 static int VirtualKeyFromKey(System::Windows::Input::Key key);
public static int VirtualKeyFromKey(System.Windows.Input.Key key);
static member VirtualKeyFromKey : System.Windows.Input.Key -> int
Public Shared Function VirtualKeyFromKey (key As Key) As Integer

Parametry

key
Key

WPF (Windows Presentation Foundation), která se má převést.

Návraty

Virtuální klíč Win32.

Platí pro