Method RenderCell | Terminal.Gui v2 (original) (raw)
Namespace
Assembly
Terminal.Gui.dll
RenderCell(Attribute, string, bool)
Override to provide custom multi colouring to cells. Use Driver to withAddStr(string). The driver will already be in the correct place when rendering and you must render the full render
or the view will not look right. For simpler provision of color useColorGetter For changing the content that is rendered useRepresentationGetter
protected virtual void RenderCell(Attribute cellColor, string render, bool isPrimaryCell)
Parameters
cellColor
Attribute
render
string
isPrimaryCell
bool