TextDocumentControllerInsertSourceTextAtCaretPosition Method |
Inserts the source text at caret position.
Namespace: Altaxo.Gui.Text.ViewingAssembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic void InsertSourceTextAtCaretPosition(
string text
)
Parameters
- text String
- The text.
See Also