ShowScreenTipsOnObjects Property

Microsoft Publisher Visual Basic

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