次の方法で共有


CImageList::GetSafeHandle

m_hImageList のデータ メンバーを取得するには、この関数を呼び出します。

HIMAGELIST GetSafeHandle( ) const;

戻り値

アタッチされたイメージ リストのハンドル; はオブジェクトがアタッチされていない場合 null

使用例

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

必要条件

ヘッダー: afxcmn.h

参照

関連項目

CImageList クラス

階層図

CImageList::Attach

CImageList::Detach

CImageList::m_hImageList