Console: ForegroundColor (let)

ForegroundColor

Sets the foreground color.



 Public Property Let ForegroundColor(
	  ByVal RHS As ConsoleColor )

Parameters

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