DeleteSmallPicture

Description

Deletes a small picture from a ListView control.

Applies to

ListView controls

Syntax

listviewname.DeleteSmallPicture ( index )

Argument

Description

listviewname

The name of the ListView control from which you want to delete a small picture from the image list

index

The index number of the small picture you want to delete


Return value

Integer.

Returns 1 if it succeeds and -1 if an error occurs.

Examples

This example deletes a small picture from a ListView control:

lv_list.DeleteSmallPicture(1)

See also

DeleteSmallPictures