Click or drag to resize

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.16.0
Syntax
C#
DomKeyCode KeyCode { get; }

Property Value

Type: DomKeyCode
The key code. If the key can't be identified, returns Unknown.
See Also