Share via


ShowTipPages Property.ShowTipPages Property

Publisher Developer Reference

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

Syntax

expression.ShowTipPages

expression   A variable that represents a ShowTipPages Property object.

Return Value
Boolean

Example

This example disables displaying tippages in balloons.

Visual Basic for Applications
  Sub DontShowTipPages()
    Options.ShowTipPages = False
End Sub

See Also