Console: BackgroundColor (get)

BackgroundColor

Returns the current background color.



 Public Property Get BackgroundColor ( ) As ConsoleColor

Return Values

ConsoleColor -  The current background color for text.

Remarks

The background color is painted individually for each text characters displayed. This is not the same as the entire window background color.

Read/Write.

See Also

Project CorLib Overview

Class Console Overview