Overload | Description |
---|---|
InsertText(String) | Inserts a string at the current text position and advances it to the end of newly inserted text. If there is a selected range of text it is first removed. |
InsertText(String,Boolean) | Inserts a string at the current text position and optionionally selects or advances the position to the end of newly inserted text. If there is a selected range of text it is first removed. |
InsertText(String,String,Boolean) | Inserts a string at the current text position and optionionally selects or advances the position to the end of newly inserted text. If there is a selected range of text it is first removed. |