ImageList_Duplicate (comctl32)
Last changed: -217.74.68.2

.
Summary
Creates a duplicate of an existing image list.

C# Signature:

[DllImport("comctl32.dll", SetLastError=true)]
static extern IntPtr ImageList_Duplicate(original);

VB Signature:

Declare Function ImageList_Duplicate Lib "comctl32.dll" (IntPtr ) As IntPtr

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