> For the complete documentation index, see [llms.txt](https://docs.taiamk.pro/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.taiamk.pro/gui/thanh-phan/progress-bar.md).

# Progress Bar

## Giới Thiệu

Progress Bar là 1 thanh hiển thị trạng thái tải

<table><thead><tr><th width="245">Function</th><th>Mô Tả</th></tr></thead><tbody><tr><td>ProgressBar_GetMaxPos</td><td>Trả về giá trị lớn nhất được thiết lập cho ProgressBar nếu giá trị lớn hơn 100 thì trả về 100</td></tr><tr><td>ProgressBar_GetMinPos</td><td>Trả về giá trị thấp thấp được thiết lập cho ProgressBar nếu nhỏ hơn 0 thì sẽ trả về 0</td></tr><tr><td>ProgressBar_GetPos</td><td>Trả về giá trị hiện tại của thanh trạng thái</td></tr><tr><td>ProgressBar_IncPos</td><td>Tăng giá trị cho thanh trạng thái</td></tr><tr><td>ProgressBar_SetPos</td><td>Thay đổi giá trị cho thanh trạng thái</td></tr><tr><td>ProgressBar_SetRange</td><td>Thiết lập giá trị thấp nhất và cao nhất cho thanh trạng thái</td></tr></tbody></table>

## Video Hướng Dẫn

{% embed url="<https://youtu.be/FbWbvvKg4HI>" %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.taiamk.pro/gui/thanh-phan/progress-bar.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
