hide_selection 属性

hide_selection 属性

指示当控件没有焦点时控件中的选定文本是否突出显示。

定义:

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

也可以看看