Property of ISettings
Returns Search strings Autocompletion mode
Read-Only Property of type VARIANT_BOOL
var bVal = Settings.SearchAutoComplete;
==== Visual Basic Script ====
bVal = Settings.SearchAutoComplete
==== C++ ====
VARIANT_BOOL bVal; HRESULT hr = Settings.get_SearchAutoComplete(&bVal);
===== See Also ===== ISettings