I have a control that doesn\'t have Disabled/Enabled support for text, so I need to build that into it.
The question is simply this: If I want to pick the right syst
SystemColors.ControlDark
looks good on my screen. And this is from actually trying them. I tried most of the others and the shade is wrong.
But according to the docs, GrayText
is the one you need. Bear in mind I tried my sample on Windows 7 with Aero enabled, not sure if screen themes plays silly with the colouring here.
You're looking for SystemColors.GrayText.
System.Drawing.SystemColors.GrayText should be it.
Probably SystemColors.Control will give a color which is required by you or probably this