ComboBox.AutoComplete
From Xojo Documentation
This item was deprecated in version 2019r2. Please use ComboBox.AllowAutoComplete as a replacement. |
Property (As Boolean )
aComboBox.AutoComplete = newBooleanValue
or
BooleanValue = aComboBox.AutoComplete
New in 2005r1
Supported for all project types and targets.
or
BooleanValue = aComboBox.AutoComplete
New in 2005r1
Supported for all project types and targets.
If True, enables the autocomplete feature complete text entries. The default is False.