Home All Groups Group Topic Archive Search About
Author
29 Jun 2006 4:21 PM
Kevin L
Can anyone tell me the RGB values for the "Control" System Color?

Thanks

Author
29 Jun 2006 4:55 PM
Chris Dunaway
Kevin L wrote:
> Can anyone tell me the RGB values for the "Control" System Color?
>
> Thanks

SystemColors.Control.R
SystemColors.Control.B
SystemColors.Control.G

Since the user may be using a different theme, the color of the Control
color might not the same.  You should use the SystemColors enumeration.