DisplayCheckboxes (NotesUIScheduler - LotusScript®)

Read-write. Indicates if the scheduler display includes checkboxes to toggle participants' inclusion in the scheduler.

Note: This property is new with Release 8.

Defined in

NotesUIScheduler

Data type

Boolean

Syntax

To get: flag = notesUIScheduler .DisplayCheckboxes

To set: notesUIScheduler .DisplayCheckboxes = flag

Legal values

  • True includes checkboxes in the scheduler.
  • False does not include checkboxes in the scheduler.

Example