WebProgressWheel

From Xojo Documentation

Class (inherits from WebControl)


New in 2010r4

This control shows indeterminate progress. Itʼs the web equivalent of the desktop ProgressWheel control.

Events
Close KeyPressed MouseUp
ContextualMenuAction LostFocus Open
DoubleClick MouseDown Resized
DropObject MouseEnter Shown
GotFocus MouseExit
Hidden MouseMove


Properties
ContextualMenu LockBottom Style
ControlID fa-lock-32.png LockHorizontal Top
Cursor LockLeft Type
DragOverStyle LockRight VerticalCenter
Enabled LockTop Visible
Height LockVertical Width
HelpTag Name fa-lock-32.png Zindex
HorizontalCenter Page fa-lock-32.png
Left Parent fa-lock-32.png


Methods
AcceptPictureDrop AllowRawDataDrag MsgBox
AcceptRawDataDrop AllowTextDrag PresentContextualMenu
AcceptTextDrop Close SetFocus
AllowPictureDrag ExecuteJavaScript ShowURL

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

ProgressWheel, WebRadioGroup