Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / WorkUnit Class / StopContinuousAnimation Method

In This Topic
    StopContinuousAnimation Method
    In This Topic
    Stop the animation for the continuous progress bar.
    Syntax
    'Declaration
     
    Protected Friend Sub StopContinuousAnimation( _
       ByVal worker As BackgroundWorker _
    ) 
    protected internal void StopContinuousAnimation( 
       BackgroundWorker worker
    )

    Parameters

    worker
    See Also