ScreenTip Property

Microsoft PowerPoint Visual Basic

ScreenTip Property

       

Returns or sets the ScreenTip text of a hyperlink. Read/write String.

Remarks

ScreenTip text appears, for example, when you save a presentation to HTML, view it in a Web browser, and rest the mouse pointer over a hyperlink. Some browsers may not support ScreenTips.

Example

This example sets the ScreenTip text for the first hyperlink.

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