Console: BackgroundColor (let)

BackgroundColor

Sets the background color.



 Public Property Let BackgroundColor(
	  ByVal Value As ConsoleColor )

Parameters

Value
[ByVal] ConsoleColor. The new background color.

Remarks

The new background color will only affect text displayed after the changing of the background color.

Read/Write.

See Also

Project CorLib Overview

Class Console Overview