Method InsertText
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
stringText to add
useOldCursorPos
boolIf uses the oldCursorPos.