CImageList::GetSafeHandle

调用该函数检索 m_hImageList 数据成员。

HIMAGELIST GetSafeHandle( ) const;

返回值

使用附加图像的句柄列表;否则 NULL,如果对象未附加。

示例

// Get the safe handle to the image list.
HIMAGELIST hImageList = m_myImageList.GetSafeHandle();

要求

Header: afxcmn.h

请参见

参考

CImageList选件类

层次结构图

CImageList::Attach

CImageList::Detach

CImageList::m_hImageList