ShowTipPages Property

       

True for Microsoft Publisher to display tippages in balloons. Read/write Boolean.

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