constants IncrementalSearchEnum
The IncrementalSearchEnum type specifies how the control searches for objects while user type characters inside. An incremental search begins searching as soon as you type the first character of the search string. Use the IncrementalSearch property to specify how the control finds objects based on the typed characters.

NameValueDescription
exDefaultStartWith-1 Specifies that the control looks for objects that starts with typed characters, without highlighting the found result.
exStartWith0 Specifies that the control looks for objects that starts with typed characters, with highlighting the found result.
exContains1 Specifies that the control looks for objects that contains typed characters, with highlighting the found result.