Comment.ShowTip Property
Word Developer Reference |
True if text associated with a comment is displayed in a ScreenTip. Read/write Boolean.
Syntax
expression.ShowTip
expression An expression that returns a Comment object.
Remarks
The ScreenTip remains displayed until you click the mouse or press a key.
Example
This example shows the ScreenTip for the first comment in the active document.
Visual Basic for Applications |
---|
|
This example shows the ScreenTip for the next comment in the active document.
Visual Basic for Applications |
---|
|
See Also