Console: ForegroundColor (let)

ForegroundColor

Sets the foreground color.



 Public Property Let ForegroundColor(
	  ByVal Value As ConsoleColor )

Parameters

Value
[ByVal] ConsoleColor. The new foreground color.

Remarks

The new foreground color will only affect text that is displayed after the color has been changed.

Read/Write.

See Also

Project CorLib Overview

Class Console Overview