LOTUSSCRIPT/COM/OLE CLASSES


PreviewParentDoc property
Example

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


Usage

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

Language cross-reference

ShowHideParentPreview @command in formula language

Example
See Also