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(IntPtr original);

VB Signature:

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

<DllImport("comctl32.dll", SetLastError := True)> _
Private Shared Function ImageList_Duplicate(original As IntPtr) As IntPtr
End Function

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