AvalonEdit
InsertText Method (text)
NamespacesICSharpCode.AvalonEdit.SnippetsInsertionContextInsertText(String)
Inserts text at the insertion position and advances the insertion position. This method will add the current indentation to every line in text and will replace newlines with the expected newline for the document.
Declaration Syntax
C#Visual BasicVisual C++
public void InsertText(
	string text
)
Public Sub InsertText ( _
	text As String _
)
public:
void InsertText(
	String^ text
)
Parameters
text (String)

Assembly: ICSharpCode.AvalonEdit (Module: ICSharpCode.AvalonEdit.dll) Version: 5.0.0.4238