highlight_click property

highlight_click property

Determines whether the hyperlink should be highlighted on click. Read/write bool.

Definition:

@property
def highlight_click(self):
    ...

@highlight_click.setter
def highlight_click(self, value):
    ...

See Also