SECEdit::GetLineColor
SECEditLineColor*SECEdit::GetLineColor(intnLine)
Retrieves the color of the text on the given line.
Defined in: SECEdit.cpp
Return Value
Returns a pointer to a SECEditLineColor object. SECEditLineColor is defined as a CArray of SECEditTextColor objects.
Parameters
nLine
The line index.
Comments
The line color can be dictated by the presence of multi-line comments. Line colors are cached to minimize the amount of parsing required, and this method will parse the text if required in order to determine the color for the line requested.See Also