MFC
Expand Minimize
This topic has not yet been rated - Rate this topic

CListCtrl::SetImageList

Assigns an image list to a list view control.

CImageList* SetImageList( 
   CImageList* pImageList, 
   int nImageListType  
);
pImageList

Pointer to the image list to assign.

nImageListType

Type of image list. It can be one of these values:

  • LVSIL_NORMAL   Image list with large icons.

  • LVSIL_SMALL   Image list with small icons.

  • LVSIL_STATE   Image list with state images.

A pointer to the previous image list.

See the example for CListCtrl::GetImageList.

Header: afxcmn.h

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.