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
<GuidAttribute("EC2699AB-CD9B-3487-94DE-30D31EC987E7")> _
Public Enumeration XdReadOnlyViewMode
'Usage
Dim instance As XdReadOnlyViewMode
[GuidAttribute("EC2699AB-CD9B-3487-94DE-30D31EC987E7")]
public enum XdReadOnlyViewMode

Members

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.

See also

Reference

Microsoft.Office.Interop.InfoPath namespace