match_entry属性
match_entry属性
指示 ListBox 或 ComboBox 在用户键入时如何搜索其列表。
定义:
@property
def match_entry(self):
...
@match_entry.setter
def match_entry(self, value):
...
指示 ListBox 或 ComboBox 在用户键入时如何搜索其列表。
@property
def match_entry(self):
...
@match_entry.setter
def match_entry(self, value):
...