ComCtl32ImageList_GetImageCount Method

Retrieves the number of images in an 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 int ImageList_GetImageCount(
	IntPtr hImageList
)

Parameters

hImageList  IntPtr
A handle to the image list.

Return Value

Int32
Returns the number of images.

Remarks

See Also