Click or drag to resize

KeyPressEventKeyChar Property

Gets the character corresponding to the key pressed.
Remarks
The ASCII character that is composed. For example, if the user presses SHIFT + K, this property returns an uppercase K.

Namespace: NeoAxis
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public char KeyChar { get; }

Property Value

Char
See Also