Custom checkbox and radiobutton control
Hello!
I am looking for a custom radiobutton control and a custom checkbox
control for my application. The primary feature I am looking for is the
ability to manipulate the color of the checkmark within the checkbox and
the color of the dot within the radiobutton. Has anyone seen controls
like this available? If so, where?
Or, using the standard controls in VS.Net, can the color of the check and
dot be manipulated through code somehow?
Regards,
Chuck W.
I thought this was a cool idea so I went ahead and wrote these controls myself. You can download them at: <a href="http://windowsforms.net/downloads/gdn/coloredcheckcontrols.zip">http://windowsforms.net/downloads/gdn/coloredcheckcontrols.zip</a>
Some caveats, I didn't test these with large fonts and I didn't test them with Windows XP visual styles. Also, since I am essentially just painting over the default check after the standard painting, its possible to get the control in a state where the new colored check is painted over the text.
Enjoy
- mike