ITextEdit.HasFailedChanges Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.