constants AutoSearchEnum
Specifies the type of incremental searching that control performs. Use the AutoSearch property to specify whether the control support incremental searching. The AutoSearch property specifies the kind of searching while user types characters within the control.

NameValueDescription
exStartWith-1 Defines the 'starts with' incremental search within the control. If the user type characters within the control the control looks for nodes that start with the typed characters.
exNoAutoSearch0 The control doesn't support incremental searching.
exContains1 Defines the 'contains' incremental search within the control. If the user type characters within the control it looks for nodes that contain the typed characters.
exAnyStartWith2 exAnyStartWith
exAnyContains3 exAnyContains
exValueStartWith4 exValueStartWith
exValueContains5 exValueContains