# Edit Style

## Giới Thiệu

Edit là 1 thành phần trong giao diện giúp chúng ta có thể nhập liệu văn bản vào đó.

| Style           | Mô Tả                                                         |
| --------------- | ------------------------------------------------------------- |
| ES\_CENTER      | Căn giữa nội dung nhập vào Edit                               |
| ES\_RIGHT       | Văn bản nhập vào sẽ từ phải qua trái                          |
| ES\_MULTILINE   | Cho phép nhập nội dung nhiều dòng                             |
| ES\_UPPERCASE   | Tự chuyển nội dung nhập vào thành chữ hoa                     |
| ES\_LOWERCASE   | Tự động chuyển nội dung nhập vào thành chữ thường             |
| ES\_PASSWORD    | Ô nhập định dạng mật khẩu                                     |
| ES\_AUTOVSCROLL | Tự động cuộn dọc                                              |
| ES\_AUTOHSCROLL | Tự động cuộn ngang                                            |
| ES\_NOHIDEESEL  | Bỏ tính năng bôi đen                                          |
| ES\_OEMCONVERT  | Chuyển văn bản nhập vào từ UNICODE sang OEM                   |
| ES\_READONLY    | Ô nhập liệu không thể sửa đổi giá trị, chỉ được phép xem      |
| ES\_WANTRETURN  | Cho phép nhập liệu và thêm dòng mới bằng cách nhấn phím enter |
| ES\_NUMBER      | Chỉ cho phép nhập số                                          |


---

# Agent Instructions: 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/edit/edit-style.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.
