SearchAutoComplete

Property of ISettings

Description

Returns Search strings Autocompletion mode

Property type

Read-Only Property of type 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

ISettings