Characters read by the ReadFile or ReadConsole function are written to the active screen buffer as they are read. This mode can be used only if the ENABLE_LINE_INPUT mode is also enabled.
[Visual Basic]Private Shared ENABLE_ECHO_INPUT As Integer
[C#]
private static int ENABLE_ECHO_INPUT;
See Also
ConsoleAttributes Class | ConsoleAttributes Members | Org.Mentalis.Utilities.ConsoleAttributes Namespace