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?
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