2

Is there a method to determine which visual style (Classic, "XP Style", Aero, etc') is currently used? App is native, so .net solutions are out.

cvb
  • 4,321
  • 6
  • 26
  • 19

1 Answers1

0

GetCurrentThemeName (IsThemeActive or IsAppThemed tells you if visual styles are on)

Anders
  • 97,548
  • 12
  • 110
  • 164