WebProgressWheel
From Xojo Documentation
Class (inherits from WebUIControl)
New in 2010r4
This control shows indeterminate progress. Itʼs the web equivalent of the desktop ProgressWheel control.
Events | |||||
|
Methods | |||||
|
Notes
The ProgressWheel spins whenever it is visible.
Example
This code makes the ProgressWheel visible so that is displays as spinning:
ProgressWheel1.Visible = True
See Also
WebProgressBar and ProgressWheel controls.