EditMode (NotesUIDocument - LotusScript®)

Read-write. Indicates whether a document is in Edit mode.

Defined in

NotesUIDocument

Data type

Boolean

Syntax

To get: flag = notesUIDocument .EditMode

To set: notesUIDocument .EditMode = flag

Legal values

  • True indicates that the document is in Edit mode.
  • False indicates that the document is in Read mode.

Example