Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
HIMAGELIST m_hImageList;
Remarks
A handle of the image list attached to this object. The m_hImageList data member is a public variable of type HIMAGELIST.
Example
// The pointer to my image list.
extern CImageList* pmyImageList;
// Get the safe handle to the image list.
HIMAGELIST hImageList = pmyImageList->m_hImageList;
CImageList Overview | Class Members | Hierarchy Chart
See Also CImageList::Attach, CImageList::Detach, CImageList::Attach