イメージ リストを削除します。
BOOL DeleteImageList( );
戻り値
正常終了した場合は 0 以外を返します。それ以外の場合は 0 を返します。
使用例
// Delete the image list and verify.
myImageList2.DeleteImageList();
ASSERT(myImageList2.GetSafeHandle() == NULL);
必要条件
**ヘッダー:**afxcmn.h
このブラウザーはサポートされなくなりました。
Microsoft Edge にアップグレードすると、最新の機能、セキュリティ更新プログラム、およびテクニカル サポートを利用できます。
イメージ リストを削除します。
BOOL DeleteImageList( );
正常終了した場合は 0 以外を返します。それ以外の場合は 0 を返します。
// Delete the image list and verify.
myImageList2.DeleteImageList();
ASSERT(myImageList2.GetSafeHandle() == NULL);
**ヘッダー:**afxcmn.h