PreviewParentDoc (NotesUIDocument - LotusScript®)

Read-write. Indicates whether the parent document preview pane is displayed.

Defined in

NotesUIDocument

Data type

Boolean

Syntax

To get: flag = notesUIDocument .PreviewParentDoc

To set: notesUIDocument .PreviewParentDoc = flag

Legal values

  • True indicates that the parent document preview pane is displayed.
  • False indicates that the parent document preview pane is not displayed.

Usage

If the current document does not have a parent, the preview pane is empty.

Example