Skip to main content

PreviewDocLink (NotesUIDocument - LotusScript)

Read-write. Indicates whether the preview pane for a link is displayed.

Defined in

NotesUIDocument

Data type

Boolean

Syntax

To get: flag = notesUIDocument .PreviewDocLink

To set: notesUIDocument .PreviewDocLink = flag

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

Usage

If there is no link on the current document, the preview pane is empty.

Example