Click or drag to resize

IKeyEventArgsVirtualKey Property

Gets the virtual key code.

Namespace:  DotNetBrowser.Input.Keyboard.Events
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
KeyCode VirtualKey { get; }

Property Value

Type: KeyCode
The virtual key code.
See Also