selection_type属性

selection_type属性

获取或设置指定列表框的选择模式。

定义:

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

也可以看看