DesktopProgressBar.Indeterminate
From Xojo Documentation
Property (As Boolean )
aDesktopProgressBar.Indeterminate = newBooleanValue
or
BooleanValue = aDesktopProgressBar.Indeterminate
New in 2021r3
Supported for all project types and targets.
or
BooleanValue = aDesktopProgressBar.Indeterminate
New in 2021r3
Supported for all project types and targets.
Makes the progress bar show indeterminate progress.
Sample Code
This code sets the Indeterminate value of the progress bar:
ProgressBar1.Indeterminate = True