color scheme

G

Gil

Is it possible to get the current "Color scheme" in c# code (blue,silver or
black) ?
 
T

Tony Jollans

I think the only way is to query the Registry:

Key: HKCU\Software\Microsoft\Office\12.0\Common

Value: Theme --- DWORD 1=Blue, 2=Silver, 3=Black, not present = default
Blue
 
Top