Click or drag to resize

KeyEventParametersKeyCode Property

Gets or sets the key code of the pressed key.

Namespace:  DotNetBrowser.Dom.Events
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
public DomKeyCode KeyCode { get; set; }

Property Value

Type: DomKeyCode
The key code of the pressed key.
See Also