KeyEventWindowsKeyCode Property |
Version 101.0.180
The Windows key code for the key event. This value is used by the DOM
specification. Sometimes it comes directly from the event (i.e. on
Windows) and sometimes it's determined using a mapping function. See
WebCore/platform/chromium/KeyboardCodes.h for the list of values.
Namespace:
CefSharp
Assembly:
CefSharp (in CefSharp.dll) Version: 101.0.180.0 (101.0.180.0)
Syntax public int WindowsKeyCode { get; set; }
public:
property int WindowsKeyCode {
int get ();
void set (int value);
}
Property Value
Type:
Int32See Also