|
|
|
|
|
- Animating an image
- Animating a text
- Animating a progress bar
- Miscellaneous
Animation (Property) In french: Animation
Syntax
Determining if the image or text is animated Hide the details
<Status> = <Control used>.Animation
<Status>: Boolean - True if the image or text in the control is animated,
- False otherwise.
<Control used>: Control name Name of the control used.
Starting or stopping the animation Hide the details
<Control used>.Animation = <Animation mode>
<Control used>: Control name Name of the control used. <Animation mode>: Boolean - True to start the animation,
- False to stop the animation.
Remarks Miscellaneous The animation is set to True by default.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|