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)
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)