PyCImageList = GetImageList(nImageList)
Retrieves the current image list.
Parameters
nImageList : int
Value specifying which image list to retrieve. It can be one of:
- commctrl.LVSIL_NORMAL Image list with large icons.
- commctrl.LVSIL_SMALL Image list with small icons.
- commctrl.LVSIL_STATE Image list with state images.