[DllImport("Comctl32.dll", SetLastError = true)][return: MarshalAs(UnmanagedType.Bool)] public static extern bool ImageList_SetIconSize( IntPtr himl, int cx, int cy );
Microsoft documentation: Link
Last updated 1 year ago