Gets the Unicode character represented by the current ConsoleKeyInfo object.

Namespace:  Rebex.TerminalEmulation
Assembly:  Rebex.Terminal (in Rebex.Terminal.dll)

Syntax

Visual Basic
Public ReadOnly Property KeyChar As Char
	Get
C#
public char KeyChar { get; }

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also