take_focus_on_click property
take_focus_on_click property
Indicates whether the control takes the focus when clicked.
Definition:
@property
def take_focus_on_click(self):
...
@take_focus_on_click.setter
def take_focus_on_click(self, value):
...