wpf textbox insert text at caret position

88

wpf textbox insert text at caret position -

textBox.Text = textBox.Text.Insert(textBox.CaretIndex, "<new text>");

Comments

Submit
0 Comments