Console: BackgroundColor (let)

BackgroundColor

Sets the background color.



 Public Property Let BackgroundColor(
	  ByVal RHS As ConsoleColor )

Parameters

RHS
[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 VBCorLib Overview Class Console Overview Console Properties Console Methods BackgroundColor (get) Beep