'Declaration
Public Enum MatchEntryEnum Inherits System.Enum
public enum MatchEntryEnum : System.Enum
'Declaration
Public Enum MatchEntryEnum Inherits System.Enum
public enum MatchEntryEnum : System.Enum
Member | 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. |
System.Object
System.ValueType
System.Enum
C1.Win.List.MatchEntryEnum