hide_selection property

hide_selection property

Indicates whether selected text in the control appears highlighted when the control does not have focus.

Definition:

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

See Also