c# - Finding the position of the caret in a TextBox -
I need to know the position of the carot in the text box, so I can pop up a context menu near it. How do I find my placement? (
I came to know what I should do. It turns out that the placement target of the text box and GetRectFromCharacterIndex can set up the placement reCanal and this will work.
Comments
Post a Comment