WorkUnit.StartContinuousAnimation Method

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

Parameters

text
string

worker
BackgroundWorker

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition