# ProgressBar

Xojo provides a <span class="title-ref">ProgressBar</span> control for desktop, mobile and web projects:

- `DesktopProgressBar</api/user_interface/desktop/desktopprogressbar>`
- `MobileProgressBar</api/user_interface/mobile/mobileprogressbar>`
- `WebProgressBar</api/user_interface/web/webprogressbar>`

## Common members

These events, methods and properties are both common amongst the desktop, mobile and web versions of the control and are the most commonly used. See the individual controls for more members and details.

### Properties

| Name          | Description                                                                                                |
|---------------|------------------------------------------------------------------------------------------------------------|
| Indeterminate | If `True</api/language/true>`, the <span class="title-ref">ProgressBar</span> is appears as indeterminate. |
| MaximumValue  | The value at which the <span class="title-ref">ProgressBar</span> will appear complete.                    |
| Value         | The current value of the <span class="title-ref">ProgressBar</span>.                                       |

<div class="seealso">

`DesktopProgressBar</api/user_interface/desktop/desktopprogressbar>`, `MobileProgressBar</api/user_interface/mobile/mobileprogressbar>` and `WebProgressBar</api/user_interface/web/webprogressbar>`

</div>
