Method AddStr | Terminal.Gui v2 (original) (raw)
Namespace
Assembly
Terminal.Gui.dll
AddStr(string)
Adds the str
to the display at the cursor position.
void AddStr(string str)
Parameters
str
string
String.
Remarks
When the method returns, Col will be incremented by the number of columnsstr
required, unless the new column value is outside of the Clip or screen dimensions defined by Cols.
If str
requires more columns than are available, the output will be clipped.