public static int[] GetIntegerList(this VisualStyleRenderer rnd, IntegerListProperty prop)
 {
     return(NativeMethods.GetThemeIntList(rnd.Handle, rnd.Part, rnd.State, (int)prop));
 }
 public static int[] GetIntegerList(this VisualStyleRenderer rnd, IntegerListProperty prop)
 {
     return NativeMethods.GetThemeIntList(rnd.Handle, rnd.Part, rnd.State, (int)prop);
 }