Link Search Menu Expand Document

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

  1. Initial state
  2. https://biz-collections.com/support/webpages/html/onlinemanual/browser/crs/pac/ext4/ext_combobp3.files/image001.png

  3. When you enter ‘2’, the beginning of the options starting with ‘2’ is displayed.
  4. https://biz-collections.com/support/webpages/html/onlinemanual/browser/crs/pac/ext4/ext_combobp3.files/image002.png

  5. When you enter 1', the only option that matches '21' is "21: Gifu", so it will be confirmed.
  6. https://biz-collections.com/support/webpages/html/onlinemanual/browser/crs/pac/ext4/ext_combobp3.files/image003.png

  7. Assuming that "21: Gifu" has been entered, the focus will be automatically moved to the next object.
  8. https://biz-collections.com/support/webpages/html/onlinemanual/browser/crs/pac/ext4/ext_combobp3.files/image004.png