Converts a WPF Key into a Win32 Virtual-Key.
Namespace:
System.Windows.Input
Assembly:
WindowsBase (in WindowsBase.dll)
Visual Basic (Declaration)
Public Shared Function VirtualKeyFromKey ( _
key As Key _
) As Integer
Dim key As Key
Dim returnValue As Integer
returnValue = KeyInterop.VirtualKeyFromKey(key)
public static int VirtualKeyFromKey(
Key key
)
public:
static int VirtualKeyFromKey(
Key key
)
public static function VirtualKeyFromKey(
key : Key
) : int
You cannot use methods in XAML.
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.
.NET Framework
Supported in: 3.5, 3.0
Reference