markAllControlsAsUnModified
Removes all modification flags from the controls. After this call, the user will not get a "discard changes" message until another control is modified.
Example Usages
let value = app.markAllControlsAsUnModified();
Return Values
Function does not explicitly produce return value.
Last updated
Was this helpful?