|
|
|
|
|
|
|
|
|
|
- Animating an image
- Animating a text
- Animating a progress bar
- Miscellaneous
Animation (Property) In french: Animation
Syntax
Determine if the image or text is animated Hide the details
<State> = <Control used>.Animation
<State>: Boolean - True if the image or text in the control is animated,
- False otherwise.
<Control used>: Control name Name of the control used: - Image control,
- Static Text control.
Starting or stopping the animation Hide the details
<Control used>.Animation = <Animation mode>
<Control used>: Control name Name of the control used: - Image control,
- Static Text control.
<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…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|