[]
        
(Showing Draft Content)

C1.Win.C1List.MatchEntryEnum

MatchEntryEnum Enum

Determines how a C1List control performs searches based on user input.

Namespace: C1.Win.C1List
Assembly: C1.Win.C1List.4.8.dll
Syntax
public enum MatchEntryEnum

Fields

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.