AutoAnimationLoop property (Main Control)

Visual Basic example
Visual C++ 4.0 example
Access 2.0 example

Access 95, 97 example
Visual J++ example

Syntax short AutoAnimationLoop

Overview:  Refer to Playing an Animation.

Remarks

(Persistent property, available at design time) Lets you force continued looping of an animation after it is loaded if the AutoAnimate property is TRUE.

Animated GIF files may continue looping by default, but for AVI files, you must set this property if you want continuous looping after the file is loaded.

Setting

Description

AUTOANIMATIONLOOP_DEFAULT

Use the files default value for continuous looping after loading.

AUTOANIMATIONLOOP_INFINITE

Force continuous looping after loading.

See Also

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

Topics:  Raster Images: Playing Animated Images