====== SearchAutoComplete ======
Property of [[:scripting:api:settings:start|ISettings]]
===== Description =====
Returns Search strings Autocompletion mode
===== Property type =====
Read-Only Property of type **[[scripting:api:data-type:VARIANT_BOOL|VARIANT_BOOL]]**
===== Syntax =====
==== JavaScript ====
var bVal = Settings.SearchAutoComplete;
==== Visual Basic Script ====
bVal = Settings.SearchAutoComplete
==== C++ ====
VARIANT_BOOL bVal;
HRESULT hr = Settings.get_SearchAutoComplete(&bVal);
===== See Also =====
[[:scripting:api:settings:start|ISettings]]
~~NOTOC~~