ComboBox.AutoComplete

From Xojo Documentation

Property (As Boolean )
aComboBox.AutoComplete = newBooleanValue
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.

Sample Code

Me.AutoComplete = True