WorkUnit.StartContinuousAnimation Method

Start the animation for the continuous progress bar.
Protected Friend Sub StartContinuousAnimation( _ 
ByVal text As String, _ 
ByVal worker As BackgroundWorker, _ 
ByVal ParamArray args As String() _ 
)
This language is not supported or no code example is available.
internal protected void StartContinuousAnimation( 
string text
BackgroundWorker worker
params string[] args 
)
This language is not supported or no code example is available.

Parameters

text
string

The progress bar text

worker
BackgroundWorker

The background worker thread

args
string[]

A string array that contains zero or more strings to format for the progress bar text

.NET Framework

Supported in: 4.8

In this article

Definition