Click or drag to resize
IsDirty Property

Retrieves a value that indicates whether the document in control is modified.

Syntax

[ JavaScript ]

document.getElementById("AceoffixCtrl1").IsDirty

Remarks

Boolean type.

The property is read-only.

Note Note

This property only applies to Word currently.

Example
JavaScript
var bIsDirty = document.getElementById("AceoffixCtrl1").IsDirty;
See Also