hide_selection propiedad
hide_selection propiedad
Indica si el texto seleccionado en el control aparece resaltado cuando el control no tiene el foco.
Definición:
@property
def hide_selection(self):
...
@hide_selection.setter
def hide_selection(self, value):
...