WPF Textbox Einlegen Sie Text in der Pflegeposition
textBox.Text = textBox.Text.Insert(textBox.CaretIndex, "<new text>");
Casual Coder
textBox.Text = textBox.Text.Insert(textBox.CaretIndex, "<new text>");