XdReadOnlyViewMode enumeration
Specifies the state of a view in the implementation of the _IInitEventHandler interface.
Namespace: Microsoft.Office.Interop.InfoPath
Assembly: Microsoft.Office.Interop.InfoPath (in Microsoft.Office.Interop.InfoPath.dll)
| Member name | Description | |
|---|---|---|
| xdDefault | Leaves the form's read-only settings at their default. | |
| xdNonEditable | Overrides the form's read-only settings to make all views read-only. | |
| xdFrozen | Overrides the form's read-only settings to make all views read-only, and disables all buttons so that rules or code associated with them will not run. |
Show: