ATTR_ANIMATE_STOP_ON_LAST_FRAME

Data Type: integer
Description: This attribute specifies what happens when an animation control reaches its last frame. If the value is nonzero (TRUE), then the value of ATTR_ANIMATE_ENABLED is set to zero (FALSE) and the animation control stops. If the value is zero, then the animation control continues, starting back at the first frame. 0 = Continue animation control 1 = Stop animation control Default value: 0
Values:
0False
1True