[DllImport("uxtheme.dll", SetLastError = true)] public static extern IntPtr GetThemeSysBrush( IntPtr hTheme, int iColorId );
Last updated 1 year ago