Method OnDrawReadOnlyColor | Terminal.Gui v2 (original) (raw)
Namespace
Assembly
Terminal.Gui.dll
OnDrawReadOnlyColor(List, int, int)
Sets the Driver to an appropriate color for rendering the given idxCol
of the current line
. Override to provide custom coloring by callingSetAttribute(Attribute) Defaults to Focus.
protected virtual void OnDrawReadOnlyColor(List<Cell> line, int idxCol, int idxRow)
Parameters
The line.
idxCol
int
The col index.
idxRow
int
The row index.