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

In This Topic
    StartContinuousAnimation Method
    In This Topic
    Start the animation for the continuous progress bar.
    Syntax
    'Declaration
     
    Protected Friend Sub StartContinuousAnimation( _
       ByVal text As String, _
       ByVal worker As BackgroundWorker _
    ) 
    protected internal void StartContinuousAnimation( 
       string text,
       BackgroundWorker worker
    )

    Parameters

    text
    worker
    See Also