AnimationControl.OpenResource Method | |
Open the AVI resource and display its first frame in the animation control.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD OpenResource(
xID
) AS USUAL CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public virtual Usual OpenResource(
Usual xID = default
)
Request Example
View SourceParameters
- xID (Optional)
- Type: Usual
The unique ID for the animation resource (between 1 and 8000), or a ResourceID object identifying the AVI resource.
Return Value
Type:
Usual
TRUE if successful; otherwise, FALSE.
See Also