AnimationLoop property (Main Control)

Visual Basic example
Visual C++ 4.0 example

Visual J++ example

Syntax BOOL AnimationLoop

Overview:  Refer to Playing an Animation.

Remarks

Controls whether an animation plays continuously.

Setting

Description

TRUE

After the last bitmap in the list, the playback begins again with the first bitmap.

FALSE

After the last bitmap in the list, the playback stops.

When you save an animated GIF file, this value is saved as a global value in the file.

See Also

Elements:  AutoAnimate property, AutoAnimationLoop property, AnimationEnable property, Animate event

Topics:  Raster Images: Playing Animated Images