DesktopProgressBar
From Xojo Documentation
You are currently browsing the old Xojo documentation site. Please visit the new Xojo documentation site! |
Class (inherits from DesktopUIControl)
New in 2021r3
Displays a progress bar indicator on a window.
Properties | |||||||||||||||||||||||||||
|
Methods | ||||||||
|
Example
This line of code sets the maximum value of the progress bar:
ProgressBar1.MaximumValue = 350
See Also
DesktopUIControl, WebProgressBar classes.