I am trying to locate the 2nd ActiveCaption colour that produces the Gradient colours on the top of windows.
I can find the key that holds the 2nd colour code using the registry but i would prefer not to use this method.
If it helps the registry key is called: GradientActiveTitle
The 1st colour can be determined by using:
SystemColors.ActiveCaption
Does anyone know how i can call the second colour?
Regards in advance...
I can find the key that holds the 2nd colour code using the registry but i would prefer not to use this method.
If it helps the registry key is called: GradientActiveTitle
The 1st colour can be determined by using:
SystemColors.ActiveCaption
Does anyone know how i can call the second colour?
Regards in advance...