Determining which visual style is used?
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.
GetCurrentThemeName (IsThemeActive or IsAppThemed tells you if visual styles are on)
精彩评论