Click or drag to resize

TextDocumentControllerInsertSourceTextAtCaretPosition Method

Inserts the source text at caret position.

Namespace: Altaxo.Gui.Text.Viewing
Assembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public void InsertSourceTextAtCaretPosition(
	string text
)

Parameters

text  String
The text.
See Also