ImageList_SetIconSize
[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
[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