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)

No code example is currently available or this language may not be supported.

Member nameDescription
xdDefaultLeaves the form's read-only settings at their default.
xdNonEditableOverrides the form's read-only settings to make all views read-only.
xdFrozenOverrides 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: