Description
Deletes a picture from the large image list.
Applies to
ListView controls
Syntax
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 |
Return value
Integer.
Returns 1 if it succeeds and -1 if an error occurs.
Examples
This example deletes a large picture from a ListView control:
lv_list.DeleteLargePicture(1)
See also