Would it be possible to extend the 'Transparent' property to work on more types of dialog control, please? Currently it's available for Static Text, and that's about it. The following would be useful, if possible:
- Checkboxes
Radio Buttons
Radio Groups
Group Boxes
The worst offender at the moment is the radio group - I can't find any way to create a license agreement dialog without an ugly grey rectangle all over my corporate branding! I suppose it might be possible to replace the two radio buttons with check boxes (without captions) and make them mutually-exclusive by using events. Then I could put in static text fields, which
can be transparent, instead of check box captions. It's a long-winded solution, though!