Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Use this operator to get the attached handle of the CImageList object.
operator HIMAGELIST( ) const;
Return Value
If successful, a handle to the image list represented by the CImageList object; otherwise NULL.
Remarks
This operator is a casting operator, which supports direct use of an HIMAGELIST object.
Example
// Get the safe handle to the image list.
HIMAGELIST hImageList = m_myImageList;
Requirements
Header: afxcmn.h