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