Insert text into WPF textbox at caret position
Posted
by Roice
on Stack Overflow
See other posts from Stack Overflow
or by Roice
Published on 2010-01-22T12:49:38Z
Indexed on
2010/06/17
0:42 UTC
Read the original article
Hit count: 251
How can I insert text into a WPF textbox at caret position? What am I missing? In Win32 you could use CEdit::ReplaceSel().
It should work as if the Paste() command was invoked. But I want to avoid using the clipboard.
© Stack Overflow or respective owner