ListFormMode Enumeration

Specifies whether a customized list form displayed in the InfoPath Form Web Part can be edited by the user.

Namespace:  Microsoft.Office.InfoPath.Server.Controls.WebUI
Assembly:  Microsoft.Office.InfoPath.Server (in Microsoft.Office.InfoPath.Server.dll)

Syntax

'Declaration
Public Enumeration ListFormMode
'Usage
Dim instance As ListFormMode
public enum ListFormMode

Members

Member name Description
Editable The customized list form can be edited.
ReadOnly The customized list form is read-only.

Remarks

An InfoPath Form Web Part is an instance of the BrowserFormWebPart class on a SharePoint Web Part page.

See Also

Reference

Microsoft.Office.InfoPath.Server.Controls.WebUI Namespace