ProgressBar

From Xojo Documentation

For web apps, see WebProgressBar.

Class (inherits from RectControl)

Displays a progress bar indicator on a window.

Events
Close DropObject MouseExit
ConstructContextualMenu KeyDown MouseMove
ContextualMenuAction KeyUp MouseUp
DragEnter MouseDown MouseWheel
DragExit MouseDrag Open
DragOver MouseEnter


Properties
Active fa-lock-32.png LockLeft Scope fa-lock-32.png
AllowAutoDeactivate LockRight TabIndex
AllowTabStop LockTop Tooltip
Enabled MaximumValue Top
Handle fa-lock-32.png MouseCursor Transparent
Height MouseX fa-lock-32.png TrueWindow fa-lock-32.png
Indeterminate MouseY fa-lock-32.png Value
Index fa-lock-32.png Name fa-lock-32.png Visible
Left PanelIndex Width
LockBottom Parent Window fa-lock-32.png


Methods
AcceptFileDrop AcceptTextDrop Invalidate
AcceptPictureDrop Close Refresh
AcceptRawDataDrop DrawInto SetFocus

Example

This line of code sets the maximum value of the progress bar:

ProgressBar1.MaximumValue = 350

See Also

RectControl, WebProgressBar classes.