Hello,
i'm using Infragistics.Win.FormattedLinkLabel.UltraFormattedTextEditor (v 10.3).
How do i get the selected formatted text?
I know i get the selected text by .EditInfo.Editor.SelectedText and the StartIndex .EditInfo.Editor.SelectionStart; but this is plain text, how to get this for the formatted text?
greetzjoerg
Hi,
Thank you for your feedback.
I am glad to hear that you have resolved your issue. Please let me know if you have any additional questions.
Found it: .EditInfo.GetSelectedValueAsString(false)