Programming with Reflection
BackgndColor property
Syntax |
|
Data type |
Returns (first syntax line) or specifies (second syntax line) the current background color setting for the terminal window.
The default is rcBlack.
rcBlack The background color is black.
rcBlue The background color is blue.
rcColorMapBackgnd If BackgndColor is set to this value, background colors are configured on a per-attribute basisthe BackgndColor argument to the SetColorMap method for a given attribute specifies the background color for that attribute. If BackgndColor is set to any value other than rcColorMapBackgnd, then that value specifies the background color for the entire terminal window, and the BackgndColor argument for all SetColorMap commands executed while this value is in effect are ignored.
rcCyan The background color is cyan.
rcDkBlue The background color is dark blue.
rcDkCyan The background color is dark cyan.
rcDkGreen The background color is dark green.
rcDkGrey The background color is dark gray.
rcDkMagenta The background color is dark magenta.
rcDkRed The background color is dark red.
rcDkYellow The background color is dark yellow.
rcGreen The background color is green.
rcGrey The background color is gray.
rcMagenta The background color is magenta.
rcRed The background color is red.
rcWhite The background color is white.
rcYellow The background color is yellow.