DisplayTwisties (NotesUIScheduler - LotusScript®)

Read-write. Indicates if the scheduler display includes twisties so that the user can expand and collapse participant lists.

Defined in

NotesUIScheduler

Data type

Boolean

Syntax

To get: flag = notesUIScheduler .DisplayTwisties

To set: notesUIScheduler .DisplayTwisties = flag

Legal values

  • True includes twisties.
  • False excludes twisties.

Example