ITextEdit.HasFailedChanges 属性

定义

确定是否由于只读区域而无法将任何更改添加到此编辑。

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

属性值

Boolean

如果由于只读区域未能将任何更改添加到此编辑,则为 true; 否则为 false。

适用于