ConsoleKeyInfo: Key (get)

Key

Returns the scankey code of the pressed key.



 Public Property Get Key ( ) As ConsoleKey

Return Values

ConsoleKey -  Scankey code.

Remarks

This is not the same code as a Unicode character.

Read Only.

See Also

Project CorLib Overview

Class ConsoleKeyInfo Overview