ImageList_GetIcon (comctl32)
Last changed: -84.28.14.97

.
Summary
Creates an icon from an image and mask in an image list.

C# Signature:

[DllImport("comctl32.dll", SetLastError=true)]
public static extern IntPtr ImageList_GetIcon(IntPtr himl, int i, int flags);

VB Signature:

Declare Function ImageList_GetIcon Lib "comctl32.dll" (TODO) As TODO

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