Share via


CTreeCtrl::SetImageList

CImageList*SetImageList(CImageList *pImageList,intnImageListType**);**

Return Value

Pointer to the previous image list, if any; otherwise NULL.

Parameters

pImageList

Pointer to the image list to assign. If pImageList is NULL, all images are removed from the tree view control.

nImageListType

Type of image list to set. The image list can be one of the following values:

  • TVSIL_NORMAL   Sets the normal image list, which contains the selected and nonselected images for the tree view item.

  • TVSIL_STATE   Sets the state image list, which contains the images for tree view items that are in a user-defined state.

Remarks

Call this function to set the normal or state image list for a tree view control and redraw the control using the new images.

Example

See the example for CTreeCtrl::GetImageList.

CTreeCtrl OverviewClass MembersHierarchy Chart

See Also   CImageList, CTreeCtrl::GetImageList