GetThemeSysColor
[DllImport("uxtheme.dll", SetLastError = true)]
public static extern COLORREF GetThemeSysColor(
IntPtr hTheme,
int iColorId
);Last updated
[DllImport("uxtheme.dll", SetLastError = true)]
public static extern COLORREF GetThemeSysColor(
IntPtr hTheme,
int iColorId
);Last updated