Determines the possible document edit modes.

Members

Member Description
Edit The document's text can be edited.
ReadAndSelect The document's text is read only but can be selected.
ReadOnly The document's text is read only.
UsePassword A dialog box to enter a password is opened to protect the edit mode. This value can only be combined with EditMode.ReadAndSelect using the bitwise or operator.