Copyright © 1998-2015 MultiMedia Soft

AnimInvertPlay method

Previous pageReturn to chapter overviewNext page

Remarks

Inverts the order used to display the frames contained inside the animation.

This method can be used only if the control's Style property is set to STYLE_PICTURE and if an animation is currently loaded.

 

Syntax

Visual Basic

control.AnimInvertPlay () as boolean

 

Visual C++

BOOL control.AnimInvertPlay ();

 

 

Return value

 

Value

Meaning

 

 

FALSE

An error occurred, probably because the Style property value was different from STYLE_PICTURE or because no animation was actually loaded.

TRUE

The operation was successful.