Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
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