Click or drag to resize

IKeyCharEventArgsKeyChar Property

Gets the character associated with this event.

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

Property Value

Type: String
The character associated with this event.
See Also