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

In This Topic
    UpdateProgressTo100 Method
    In This Topic
    Set the progress bar to 100% and forces screen update.
    Syntax
    'Declaration
     
    Protected Friend Sub UpdateProgressTo100( _
       ByVal text As String, _
       ByVal worker As BackgroundWorker _
    ) 
    protected internal void UpdateProgressTo100( 
       string text,
       BackgroundWorker worker
    )

    Parameters

    text
    worker
    See Also