Function TextEdit.highlightCurrentLine
If true
, the line containing the cursor is highlighted.
bool highlightCurrentLine() nothrow @property @nogc;
void highlightCurrentLine
(
bool v
) nothrow @property @nogc;