EnableHighlight: Boolean
The EnableHighlight property determines whether matching characters are highlighted in the tooltip to autocomplete text input.
Available values:
true. Highlighting of matching characters in the tooltip is enabled.
false. Highlighting of matching characters in the tooltip is disabled.
The example of property use is given in the Autocomplete class constructor page.