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
505
UltraCheckEditor and rich text?
posted

I need to create a fancy caption for a radio button, using multiple fonts (text and WinDings) and colors. What's the best way to do that? Rich text or HTML would be ideal, of course, but there does not seem to be any support for that in the UltraCheckEdito.

It seems that DrawFilter provides the functionality for drawing, but how can I tell the control how large the text is, i.e. how can I control the result of autosizing and the size of the focus rectangle?

TIA!
Hans

Parents
  • 469350
    Suggested Answer
    Offline posted

    Hi Hans,

    There's no easy built-in way to do this.

    What I would do is create UserControl with an UltraCheckedEditor and an UltraFormattedLinkLabel control. The UltraFormattedLinkLabel supports the kind of rich text you need.

Reply Children