ScreenTip Property Example

This example sets the ScreenTip text for the first hyperlink.

ActivePresentation.Slides(1).Hyperlinks(1) _
    .ScreenTip = "Go to the Microsoft home page"

Send feedback to MSDN.Look here for MSDN Online resources.