scripting:api:settings:search-auto-complete

SearchAutoComplete

Property of ISettings

Returns Search strings Autocompletion mode

Read-Only Property of type VARIANT_BOOL

var bVal = Settings.SearchAutoComplete;
bVal = Settings.SearchAutoComplete
VARIANT_BOOL bVal;
HRESULT hr = Settings.get_SearchAutoComplete(&bVal);