WebProgressWheel
From Xojo Documentation
Supported Platforms Project Types: Web Platforms: macOS, Windows, Linux |
Class (inherits from WebControl)
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