DeleteBitmapListItems example for Visual Basic

Note: Also works with Access 95 and 97.

This example deletes the first five bitmaps from the control's bitmap list. Then, it plays the animation to show that the bitmaps are missing.

'Delete the first five bitmaps.
LEADRasterView1.Raster.DeleteBitmapListItems 0, 5
'Play the animation without looping.
LEADRasterView1.AnimationLoop = False
LEADRasterView1.AnimationEnable = True