The themed edit control with a browse button extends a regular edit control by adding a button that can display a user-defined "browse" dialog.
The following built-in modes are supported:
- Browse for file mode
- Folder selection mode
- Calculator mode
- Search mode
- Auto-complete mode
- Drop-down dialog mode
- Password mode (with a preview)
The selection made in file, folder or calculator dialog is automatically displayed in the edit control.
Auto-complete mode allows users to choose an option from a drop-down list, which is automatically updated while the user types.
In addition, developers can specify an edit control prompt (like "Enter your name") or a short error message.