KeepSelectionFocus (NotesOutlineEntry - LotusScript®)

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

  • True indicates that the entry keeps selection focus.
  • False indicates that the entry does not keep selection focus.

Example