ColorLegend (NotesUIScheduler - LotusScript®)

Read-write. Indicates if the scheduler busy time grid includes a color legend.

Defined in

NotesUIScheduler

Data type

Boolean

Syntax

To get: flag = notesUIScheduler .ColorLegend

To set: notesUIScheduler .ColorLegend = flag

Legal values

  • True includes a color legend.
  • False excludes a color legend.

Example