Type | Description | |||
AutoSearchEnum | An AutoSearchEnum expression that defines the type of incremental searching. |
By default, the AutoSearch property is exStartWith. The AutoSearch property has effect only if the AutoSearch property of the control is True. Use the AutoSearch property to define a 'contains' incremental search.
If the AutoSearch property is exContains, the control searches for items that contains the typed characters.
If the AutoSearch property is exStartWith, the control searches for items that starts with the typed characters.
The searching column is defined by the SearchColumnIndex property.