Autocomplete.MatchCase

Syntax

MatchCase: Boolean

Description

The MatchCase property determines whether autocomplete suggestion search is case-sensitive.

Comments

If the property is set to True, the case is taken into account on finding autocomplete suggestions. If the property is set to False, the case of autocomplete suggestion is ignored.

Example

The property use is given in description of the Autocomplete constructor.

See also:

Autocomplete