Method InsertText
InsertText(string)
Inserts the given toAdd text at the current cursor position
exactly as if the user had just typed it
public void InsertText(string toAdd)
Parameters
toAddstringText to add
Inserts the given toAdd text at the current cursor position
exactly as if the user had just typed it
public void InsertText(string toAdd)
toAdd stringText to add