Good morning,
I am working on a Winform application and I would like to set the red color to the text which is associated to a checkbox. I would like to set the color when the checkbox is disabled. I saw in the Internet that is not simple and I have to use a trick.
Do someone know how to do this ?
Thank you in advance.
VulpesPosted Jun 27, 2014, 7:33 PM
The label can either be added at compile time or created dynamically at run time.