DisplayScreenTips Property

Applies To

Application object, Window object.

Description

True if comments, footnotes, endnotes, and hyperlinks are displayed as tips. Text marked as having comments is highlighted. Read/write Boolean.

See Also

DisplayAutoCompleteTips property.

Example

This example enables Word to display comments, footnotes, and endnotes as tips. Also, text marked as having comments is highlighted.

Application.DisplayScreenTips = True
This example returns the current status of the ScreenTips option on the View tab in the Options dialog box.

temp = Application.DisplayScreenTips