AvalonEdit
PerformTextInput Method (text)
NamespacesICSharpCode.AvalonEdit.EditingTextAreaPerformTextInput(String)
Performs text input. This raises the TextEntering event, replaces the selection with the text, and then raises the TextEntered event.
Declaration Syntax
C#Visual BasicVisual C++
public void PerformTextInput(
	string text
)
Public Sub PerformTextInput ( _
	text As String _
)
public:
void PerformTextInput(
	String^ text
)
Parameters
text (String)

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