LOTUSSCRIPT/COM/OLE CLASSES


KeepSelectionFocus property
Example

Read-write. Indicates whether an entry keeps selection focus.

Note This property is new with Release 5.0.1.

Defined in

NotesOutlineEntry

Data type

Boolean

Syntax

To get: flag = notesOutlineEntry.KeepSelectionFocus

To set: notesOutlineEntry.KeepSelectionFocus = flag

Legal values


Language cross-reference

KeepSelectionFocus in Java OutlineEntry class

Example
See Also