Method RenderCell | Terminal.Gui v1 (original) (raw)

Namespace

Terminal.Gui

Assembly

Terminal.Gui.dll

RenderCell(Attribute, string, bool)

Override to provide custom multi colouring to cells. Use Driver to with AddStr(ustring). The driver will already be in the correct place when rendering and you must render the full renderor the view will not look right. For simpler provision of color use ColorGetterFor changing the content that is rendered use RepresentationGetter

protected virtual void RenderCell(Attribute cellColor, string render, bool isPrimaryCell)

Parameters

cellColor Attribute

render string

isPrimaryCell bool