IsDirty Property |
Retrieves a value that indicates whether the document in control is modified.
[ JavaScript ]
document.getElementById("AceoffixCtrl1").IsDirty
Boolean type.
The property is read-only.
![]() |
---|
This property only applies to Word currently. |
var bIsDirty = document.getElementById("AceoffixCtrl1").IsDirty;