SECListBar::SetImageList

CImageList*SECListBar::SetImageList(CImageList*pImageList, intnImageListType)

Call this function to associate a CImageList with the list bar object.

Defined in: listbar.cpp

Return Value

A pointer to the old CImageList.

Parameters

pImageList

A CImageList pointer.

nImageListType

Value specifying which image list to retrieve. One of either LVSIL_NORMAL or LVSIL_SMALL.

See Also

GetImageList

SECListBar