Hello,
I am trying to use the UltraFormattedTextEditor to simulate the Microsoft Outlook style of email address "To:" textbox entry. Out of the box, in the UltraFormattedTextEditor I can highlight part of a link, but in Microsoft Outlook you can only highlight an entire email address. Basically, in Outlook an entire email address is treated as a single "character" which can be be cut/copied/pasted/deleted/highlighted as a single entity. Is there a way to get the UltraFormattedTextEditor to do this as well?
Thanks!
David McClelland
I would like this functionality too. Any update on the feature request or any example workaround code please?
Feature request submitted!
For now, I am trying to simulate this with a Panel, LinkLabels, and the UltraFlowLayout component.
- David
Hi David,
There's no property for this that you can just switch on if that's what you mean. You should probably Submit a feature request to Infragistics for this. It sounds like something the control probably should have.
You can try to code it yourself, of course.I'm not sure if it's possible, though.