match_entry property

match_entry property

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

Definition:

@property
def match_entry(self):
    ...
@match_entry.setter
def match_entry(self, value):
    ...

See Also