[]
Determines how a C1List control performs searches based on user input.
public enum MatchEntryEnum
Name | Description |
---|---|
Extended | The control searches for an entry matching all characters entered. The search is performed incrementally as characters are typed. The search argument is cleared when the user presses Backspace or hesitates for a few seconds. |
None | The default. The control does not perform any incremental searches. |
Standard | The search argument is limited to one character, and the control attempts to find a match for the character entered using the first letter of entries in the list. Repeatedly typing the same letter cycles through all of the entries in the list beginning with that letter. |