Gets the keyboard code for a System.WinForms.Control.KeyDown or System.WinForms.Control.KeyUp event.
[Visual Basic] Public ReadOnly Property KeyCode As Keys [C#] public Keys KeyCode {get;} [C++] public: __property Keys get_KeyCode(); [JScript] public function get KeyCode() : Keys;
The key code for the event, which will be one of the Keys values.
KeyEventArgs Class | KeyEventArgs Members | System.WinForms Namespace | KeyData