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
130
Replace Glyph in UltraCheckEditor with Radio Glyph
posted

I would like to replace the glyph that paints in the UltraCheckEditor.  I have already determined that the painting occurs in the CheckIndicatorUIElement element, but I am not able to figure out how to paint a different glyph in that space.  I am specifically interested in replacing the check box glyph with the equivalent radio button glyph.  Is there code that does this or am I going to have to paint it myself?

  • 37774
    posted

     Mitch,

    There was a new feature added to the 8.2 release (I think) that allows you to set the glyph used for rendering the checkbox; this property is GlyphInfo.  I don't think that there's anything built into the UltraCheckEditor that let's you display a radio button again, but you could certainly make images for the various states and set those through the GlyphInfo UITypeEditor.

    -Matt