Prev Next
ListView_SetImageList info Overview GroupThe ListView_SetImageList macro assigns an image list to a list view control. You can use this macro or explicitly send the LVM_SETIMAGELIST message. HIMAGELIST ListView_SetImageList(
Parameters
Return ValuesReturns the handle of the image list previously associated with the control if successful; NULL otherwise. See Also |