LOTUSSCRIPT/COM/OLE CLASSES


KeepSelectionFocus property
Esempio

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

Nota 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

Esempio
Vedere anche