> For the complete documentation index, see [llms.txt](https://docs.gapvelocity.ai/webmap/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.gapvelocity.ai/webmap/general/frontend/documentation/winforms-angular-components/web-components/kendoui-components/progressbar.md).

# ProgressBar

Adds supports for \[System.Windows.Forms.ProgressBar]\(<https://msdn.microsoft.com/es-es/library/system.windows.forms.progressbar(v=vs.110).aspx>).

## Implementation  Details:

> **Component Selector:** 'wm-progressbar'
>
> **Kendo UI Component:** [Kendo Gauges](https://www.telerik.com/kendo-angular-ui/components/gauges/)

## Class inheritance

ProgressBar extends [ControlComponent](/webmap/general/frontend/documentation/winforms-angular-components/web-components/base-components/control-component.md).

## PME Support

### Properties

| Property         | Get | Set | Notify Changes | Details                                                                                                                                                                        |
| ---------------- | --- | --- | -------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| Name: string     | Yes | No  | No             | Inherited from ControlComponent [see ControlComponent](/webmap/general/frontend/documentation/winforms-angular-components/web-components/base-components/control-component.md) |
| Enabled: boolean | Yes | Yes | No             | Inherited from ControlComponent [see ControlComponent](/webmap/general/frontend/documentation/winforms-angular-components/web-components/base-components/control-component.md) |
| Visible: boolean | Yes | Yes | No             | Inherited from ControlComponent [see ControlComponent](/webmap/general/frontend/documentation/winforms-angular-components/web-components/base-components/control-component.md) |
| url: string      | Yes | No  | No             | Url to the remote service which return the combobox items.                                                                                                                     |
| timeout: number  | No  | No  | No             | Optional input paramenter to specify a request time of data. Three seconds it's the default value.                                                                             |
| maximum: number  | Yes | Yes | No             | Maximum value property.                                                                                                                                                        |
| value: number    | Yes | Yes | No             | Value property.                                                                                                                                                                |

### Methods

| Method       | Supported | Details                                    |
| ------------ | --------- | ------------------------------------------ |
| fetchData () | Yes       | Fetch data to update component value field |

### Events

| Event | Supported | Parameter | Details |
| ----- | --------- | --------- | ------- |
| None  | None      | None      | None    |
