Table of Contents

Method OnDrawSelectionColor

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

OnDrawSelectionColor(List<Cell>, int, int)

Sets the Driver to an appropriate color for rendering the given idxCol of the current line. Override to provide custom coloring by calling SetAttribute(Attribute) Defaults to Focus.

protected virtual void OnDrawSelectionColor(List<Cell> line, int idxCol, int idxRow)

Parameters

line List<Cell>

The line.

idxCol int

The col index.

idxRow int

The row index.