KeyEventWindowsKeyCode Property |
Version 55.0.0
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: CefSharpAssembly: CefSharp (in CefSharp.dll) Version: 55.0.0.0 (55.0.0.0)
Syntax public int WindowsKeyCode { get; set; }
public:
property int WindowsKeyCode {
int get ();
void set (int value);
}
Property Value
Type:
Int32See Also