Deletes a picture from the large image list.
ListView controls
listviewname.DeleteLargePicture ( index )
Argument |
Description |
---|---|
listviewname |
The name of the ListView control to which you want to delete a large picture from the image list |
index |
The index entry for the large picture you want to delete |
Integer. Returns 1 if it succeeds and -1 if an error occurs.
This example deletes a large picture from a ListView control:
lv_list.DeleteLargePicture(1)