Method SetSelectionColor | Terminal.Gui v1 (original) (raw)
Namespace
Assembly
Terminal.Gui.dll
SetSelectionColor(List, int)
Sets the Driver to an appropriate color for rendering the given idx
of the current line
. Override to provide custom coloring by calling SetAttribute(Attribute)Defaults to Focus.
protected virtual void SetSelectionColor(List<Rune> line, int idx)
Parameters
line
List<Rune>
idx
int