screen_tip property

screen_tip property

Returns or sets the ScreenTip text for the specified hyperlink.

Definition:

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

See Also