ComboBox.AutoTab Property
If specify $TRUE, the focus automatically moves to the next object when the choice is confirmed by key input.
Only valid if the Editable property is $FALSE.
When the corresponding option is narrowed down to only one by key input, the value is confirmed as input and the focus moves.
Example
- Initial state
- When you enter ‘2’, the beginning of the options starting with ‘2’ is displayed.
- When you enter 1', the only option that matches '21' is "21: Gifu", so it will be confirmed.
- Assuming that "21: Gifu" has been entered, the focus will be automatically moved to the next object.


