SetThemeAppProperties

[DllImport("uxtheme.dll", SetLastError = true)]
public static extern void SetThemeAppProperties(
   int dwFlags
);

Microsoft documentation: Link

Last updated