KeyEventWindowsKeyCode Property  | 
Version 106.0.290 
            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: 106.0.290.0 (106.0.290.0)
Syntaxpublic int WindowsKeyCode { get; set; }public:
property int WindowsKeyCode {
	int get ();
	void set (int value);
}Property Value
Type: 
Int32
See Also