Udostępnij za pośrednictwem


CImageList::DeleteImageList

Wywołanie tej funkcji, aby usunąć listę obrazu.

BOOL DeleteImageList( );

Wartość zwracana

Niezerowa, jeśli kończy się pomyślnie; 0 inaczej.

Przykład

// Delete the image list and verify.
myImageList2.DeleteImageList();
ASSERT(myImageList2.GetSafeHandle() == NULL);

Wymagania

Nagłówek: afxcmn.h

Zobacz też

Informacje

Klasa CImageList

Wykres hierarchii

CImageList::Detach