GetThemeSysInt

[DllImport("uxtheme.dll", SetLastError = true)]
public static extern int GetThemeSysInt(
   IntPtr hTheme,
   int iIntId
);

Microsoft documentation: Link

Last updated