Comment.ShowTip Property
True if text associated with a comment is displayed in a ScreenTip.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property ShowTip As Boolean
Get
Set
'Usage
Dim instance As Comment
Dim value As Boolean
value = instance.ShowTip
instance.ShowTip = value
bool ShowTip { get; set; }
Property Value
Type: System.Boolean
Remarks
The ScreenTip remains displayed until you click the mouse or press a key.