SECListBar::GetImageList
CImageList*SECListBar::GetImageList(intnImageList)
Call this function to obtain a pointer to the image list associated with this list bar object.
Defined in: listbar.cpp
Return Value
Pointer to a CImageList object.
Parameters
nImageList
Value specifying the type of image list to retrieve. One of either LVSIL_NORMAL or LVSIL_SMALL.
See Also