Console: ResetColor

ResetColor

Restores the foreground and background colors to their original values.



 Public Sub ResetColor ( )

Remarks

The backcolor will be set to ConsoleColor.Black, the forecolor will be set to ConsoleColor.Gray.

See Also

Project CorLib Overview

Class Console Overview