ComCtl32ImageList_Duplicate Method

Creates a duplicate of an existing image list.

Definition

Namespace: DevCase.Win32.NativeMethods
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
[DllImportAttribute("ComCtl32.dll")]
public static IntPtr ImageList_Duplicate(
	IntPtr hImageList
)

Parameters

hImageList  IntPtr
A handle to the image list to be duplicated.

All information contained in the original image list for normal images is copied to the new image list. Overlay images are not copied.

Return Value

IntPtr
Returns the handle to the new duplicate image list if successful, or Zero otherwise.

Remarks

See Also