_Document.ReadOnly Property

Definition

Determines if changes to the document cannot be saved to the original document.

public:
 property bool ReadOnly { bool get(); };
public bool ReadOnly { get; }
member this.ReadOnly : bool
Public ReadOnly Property ReadOnly As Boolean

Property Value

Remarks

This property returns True if changes to the document cannot be saved to the original document, and False if it can.

Applies to