AnimShowFrame method |
|
Remarks Shows a specific frame of the currently loaded animation. This method can be used only if the control's Style property is set to STYLE_PICTURE and if an animation is currently loaded.
Syntax Visual Basic control.AnimShowFrame (iFrame as Integer) as boolean
Visual C++ BOOL control.AnimShowFrame (short iFrame);
Return value
|