Console.ResetColor Method
Sets the foreground and background console colors to their defaults.
Assembly: mscorlib (in mscorlib.dll)
| Exception | Condition |
|---|---|
| SecurityException | The user does not have permission to perform this action. |
| IOException | An I/O error occurred. |
The foreground and background colors are restored to the colors that existed when the current process began. For more information, see the ForegroundColor and BackgroundColor properties.
The following example demonstrates the System.ConsoleColor enumeration in conjunction with the Console.ForegroundColor and Console.BackgroundColor properties, and the Console.ResetColor method. You must run the example on a console to see the described color effects.
Two constants, Black and White, are used directly, and all the other constants (Blue, DarkRed, and so on) are used indirectly in a loop. First the names of the constants are obtained by using the GetNames method, which is inherited from the Enum class. Then the Enum.Parse method uses each name to create the corresponding enumerated constant.
- UIPermission
for modifying safe top-level windows and subwindows. Associated enumeration: UIPermissionWindow.SafeTopLevelWindows
Windows 7, Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.