Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
15
UltraTextEditor Get Carrot Location
posted

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

Parents
No Data
Reply
  • 7535
    Offline posted

    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

Children
No Data