Share via


ShowScreenTipsOnObjects Property [Publisher 2003 VBA Language Reference]

True for Microsoft Publisher to display ScreenTips when the mouse cursor hovers over a text box, shape or other object. Read/write Boolean.

expression.ShowScreenTipsOnObjects

expression Required. An expression that returns one of the objects in the Applies To list.

Example

This example disables displaying ScreenTips on objects.

Sub DisableScreenTips()
    Options.ShowScreenTipsOnObjects = False
End Sub

Applies to | Options Object