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

Namespace

Terminal.Gui

Assembly

Terminal.Gui.dll

InsertText(string, bool)

Inserts the given toAdd text at the current cursor position exactly as if the user had just typed it

public void InsertText(string toAdd, bool useOldCursorPos = true)

Parameters

toAdd string

Text to add

useOldCursorPos bool

If uses the oldCursorPos.

Edit this page