Text Controls
These controls are for displaying and editing text:
| Control | Description |
|---|---|
| Auto Complete Box | A control that shows a text box for user input and a drop-down that contains possible matches based on what has been typed. |
| Text Block | A control that displays a block of text. Read-only. |
| Text Box | Used to display or edit text without formatting restrictions. |
| Masked Text Box | Used to display text in the format contained in a mask; or used to edit text using the format mask to prevent invalid user input. |