tooltip property

tooltip property

Returns the string which may be surfaced in a user interface as associated with the parent hyperlink. Read/write str.

Definition:

@property
def tooltip(self):
    ...

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

See Also