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
Closed Hidden Shown
ContextualMenuSelected Opening


Properties
Colorize LockHorizontal fa-lock-32.png SVGData
ContextualMenu LockLeft fa-lock-32.png Style
ControlID fa-lock-32.png LockRight fa-lock-32.png TabIndex
Enabled LockVertical fa-lock-32.png Tooltip
Height Name fa-lock-32.png Top
Indicator Page fa-lock-32.png Visible
Left Parent fa-lock-32.png Width
LockBottom fa-lock-32.png SVGColor


Methods
Close GotoURL UpdateBrowser
ExecuteJavaScript SetFocus

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.