InputPanel for WinForms | ComponentOne
C1.Win.5 Assembly / C1.Framework.Html Namespace / HtmlElement Class / AnimateImages Method
The frame index.

In This Topic
    AnimateImages Method (HtmlElement)
    In This Topic
    Selects the image frame with the specified index.
    Syntax
    'Declaration
     
    Public Sub AnimateImages( _
       ByVal frameIndex As Integer _
    ) 
    public void AnimateImages( 
       int frameIndex
    )

    Parameters

    frameIndex
    The frame index.
    See Also