| |
AnimationEnabled | Enables or disables the animations in the controls. |
AnimationGetParameter | Reads the value of one of the animation parameters defined for an Image or Static control. |
AnimationMinFPS | Configures the minimum number of images per second in order for the animations (transition effects) to be enabled in the controls. |
AnimationPlay | Plays an animation when a control, a group of controls or a window is modified. |
AnimationPlayOnControlProperty | Animates the modification of an integer property between 2 values. |
AnimationPrepare | Prepares the animation on a control, a group of controls or a window. |
AnimationSetMode | Changes the type of animation: - for an image in an Image control.
- for a text in a static control.
|
AnimationSetParameter | Changes one of the animation parameters used for: - an animated image (in an Image control),
- an animated text (in a Static control).
|
ControlEnabled | Ungrays a control or a group of controls found in a window. During this operation, an animation can be performed on the controls. |
ControlGrayed | Grays a control or a group of controls. During this operation, an animation can be performed on the controls. |
ControlInvisible | Makes a control (or a group of controls) invisible in a window. During this operation, an animation can be performed on the controls. |
ControlVisible | Makes a control (or a group of controls) visible in a window. During this operation, an animation can be performed on the controls. |
WinAnimationClosing | Modifies the type and duration of the animation used when closing the application windows. |
WinAnimationNext | Modifies the type and duration of animations used when opening and closing the next window. |
WinAnimationOpening | Modifies the type and duration of animations used when opening the application windows. |