ITextEdit.HasFailedChanges Property

Definition

Determines whether any changes failed to be added to this edit due to read-only regions.

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

Property Value

true if any changes failed to be added to this edit due to read-only regions, otherwise false.

Applies to