PreviewDocLink (NotesUIDocument - LotusScript®)
Read-write. Indicates whether the preview pane for a link is displayed.
Defined in
Data type
Boolean
Syntax
To get: flag = notesUIDocument .PreviewDocLink
To set: notesUIDocument .PreviewDocLink = flag
Legal values
- 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.