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):
...
Indicates how a ListBox or ComboBox searches its list as the user types.
@property
def match_entry(self):
...
@match_entry.setter
def match_entry(self, value):
...