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)
Syntax
'Declaration
'Usage
Members
Member name | Description | |
---|---|---|
xdDefault | Leaves the form's read-only settings at their default. | |
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. | |
xdNonEditable | Overrides the form's read-only settings to make all views read-only. |