property Edit.BackColorLine(Index as Long) as Color
Specifies the line's background color.

TypeDescription
Index as Long A long expression that indicates the index of line being colored.
Color A color expression that indicates the line's background color.

Use the BackColorLine property to change the line's background color. Use the ClearBackColorLine method to clear the line's background color. Use the ForeColorLine property to specify the line's foreground color. Use the BackColor property to specify the control's background color. Use the ForeColor property to specify the control's foreground color. The BackColorCaretLine property returns or sets the background color used to display the cursor line.