KeyCharEventArgsKeyChar Property |
Gets or sets the character associated with this event.
Namespace:
DotNetBrowser.Input.Keyboard.Events
Assembly:
DotNetBrowser (in DotNetBrowser.dll) Version: 2.23.2
Syntax public string KeyChar { get; set; }
Property Value
Type:
StringThe character associated with this event.
Implements
IKeyCharEventArgsKeyCharSee Also