IKeyEventKeyCode Property |
Gets the key code that represents a physical key on the keyboard.
Namespace:
DotNetBrowser.Dom.Events
Assembly:
DotNetBrowser (in DotNetBrowser.dll) Version: 2.23.2
Syntax DomKeyCode KeyCode { get; }
Property Value
Type:
DomKeyCode
The key code. If the key can't be identified, returns
Unknown.
See Also