match_entry proprietà

match_entry proprietà

Indica in che modo un ListBox o ComboBox esegue la ricerca nell’elenco mentre l’utente digita.

Definizione:

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

Guarda anche