AnimationControl.Play Method | |
Play the AVI file in the animation control.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD Play(
nFrom,
nTo,
nRepeatCount
) AS USUAL CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public virtual Usual Play(
Usual nFrom = default,
Usual nTo = default,
Usual nRepeatCount = default
)
Request Example
View SourceParameters
- nFrom (Optional)
- Type: Usual
The initial frame number. If omitted, playback begins from the first frame. - nTo (Optional)
- Type: Usual
The final frame number. If omitted, playback continues to the last frame. - nRepeatCount (Optional)
- Type: Usual
The number of times to play the AVI file. If omitted, playback is repeated indefinitely.
Return Value
Type:
Usual
TRUE if successful; otherwise, FALSE.
See Also