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: NeoAxisAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic char KeyChar { get; }Property Value
Char
See Also