We have built a custom control that makes suggestions in a UltraTextEditor using an ultralist that pops up. I want to position the ultralist at the Carrot location so that it is obvious to the user and they can make the suggestion as they type. How can I get the location of the cursor so I can position the box to the right and above it. Thanks
Hello,
Thank you for your post. I am not sure about carrot location but looking into the APIs we do have SelectionStart and SelectionLength properties which you can use to get cursor position within a UltraTextEditor.
Sincerely,
Divya Jain