Dropdown
Presents a list of predefined options from which the user must select.
Unlike a combo box, it does not allow custom input.
Key characteristics
- Can only contain a value selected from the dropdown
- Can contain text in only one style
- Cannot contain other content controls
- Supports any number of list items
When to use
Use this control when values must come from a strict predefined list.