Window.DisplayScreenTips property (Word)
True if comments, footnotes, endnotes, and hyperlinks are displayed as tips. Read/write Boolean.
Syntax
expression. DisplayScreenTips
expression A variable that represents a Window object.
Remarks
Text marked as having comments is highlighted.
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 Show document tooltips on hover checkbox in the Page display options section on the Display tab of the Word Options dialog box.
temp = Application.DisplayScreenTips
See also
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.