ICoreWebView2AcceleratorKeyPressedEventArgs.get_VirtualKey

The Win32 virtual key code of the key that was pressed or released. It is one of the Win32 virtual key constants such as VK_RETURN or an (uppercase) ASCII value such as A. Verify whether Ctrl or Alt are pressed by running GetKeyState(VK_CONTROL) or GetKeyState(VK_MENU).

interface ICoreWebView2AcceleratorKeyPressedEventArgs
@" propget"
HRESULT
get_VirtualKey
()

Meta