ShowTipPages Property

Microsoft Publisher Visual Basic

expression.ShowTipPages

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

Example

This example disables displaying tippages in balloons.

Sub DontShowTipPages()
    Options.ShowTipPages = False
End Sub