LOTUSSCRIPT/COM/OLE CLASSES


PreviewDocLink property
Example

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

Legal values


Usage

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

Language cross-reference

ShowHideLinkPreview @command in formula language

Example
See Also