_Application.DisplayScreenTips Property
Determines if comments, footnotes, endnotes, and hyperlinks are displayed as tips. Text marked as having comments is highlighted.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property DisplayScreenTips As Boolean
Get
Set
'Usage
Dim instance As _Application
Dim value As Boolean
value = instance.DisplayScreenTips
instance.DisplayScreenTips = value
bool DisplayScreenTips { get; set; }
Property Value
Type: System.Boolean
Remarks
This property returns True if comments, footnotes, endnotes, and hyperlinks are displayed as tips, and False if not. Text marked as having comments is highlighted.