Gets the character corresponding to the key pressed.
[Visual Basic] Public ReadOnly Property KeyChar As Char [C#] public char KeyChar {get;} [C++] public: __property __wchar_t get_KeyChar(); [JScript] public function get KeyChar() : Char;
The ASCII character that is composed. For example, if the user presses the SHIFT + K, this property returns an uppercase K.
KeyPressEventArgs Class | KeyPressEventArgs Members | System.WinForms Namespace