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
415
UltraFormattedTextEditor need (RichTextBox.GetPositionFromCharIndex) method
posted

I need a way to get the Point where the user is currently typing in this control so I can anchor another form there.  I know RichTextBox lets you figure this out, is there somthing analogous for this control or any other trick that can get me this?

Parents
No Data
Reply
  • 71886
    Offline posted

    Hello,

    You could try using the 'GetCaretLocation()' method of the 'EditInfo' object. Something like the following:

    ultraFormattedTextEditor1.EditInfo.GetCaretLocation(21);

    Please feel free to let me know if I misunderstood you or if you have any other questions.

Children
No Data