SelectIcon (NotesNoteCollection - LotusScript®)

Read-write. Indicates whether the collection contains an icon note.

Defined in

NotesNoteCollection

Data type

Boolean

Syntax

To get: flag = notesNoteCollection .SelectIcon

To set: notesNoteCollection .SelectIcon = flag

Legal values

  • True indicates inclusion of an icon note.
  • False indicates exclusion of an icon note.

Usage

The following methods set this property:

Example