imagelist_seticonsize (comctl32)
Last changed: -216.13.180.74

.
Summary
Sets the dimensions of images in an image list and removes all images from the list.

C# Signature:

[DllImport("comctl32.dll")]
static extern bool ImageList_SetIconSize(IntPtr hImageList, int cx, int cy);

VB Signature:

Declare Function ImageList_SetIconSize Lib "comctl32.dll" (ByVal hImageList As IntPtr, ByVal cx As Integer, ByVal cy As Integer) As Boolean

User-Defined Types:

None.

Alternative Managed API:

Do you know one? Please contribute it!

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Documentation