ControlMatchEntryType Enum

ControlMatchEntryType Enum

Represents how a ListBox or ComboBox searches its list as the user types.


type ControlMatchEntryType int32

Fields

FieldDescription
FirstLetterThe control searches for the next entry that starts with the character entered.Repeatedly typing the same letter cycles through all entries beginning with that letter.
CompleteAs each character is typed, the control searches for an entry matching all characters entered.
NoneThe list will not be searched when characters are typed.