ITextEdit.HasEffectiveChanges 属性

定义

确定编辑是否在非只读区域中进行了更改。

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

属性值

Boolean

如果编辑在非只读区域中发生更改,则为 true; 否则为 false。

适用于