BrowserFormWebPart.ListFormMode Property

Gets or sets whether the form displayed in the Web part can be edited.

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

Syntax

'Declaration
Public Property ListFormMode As ListFormMode
    Get
    Set
'Usage
Dim instance As BrowserFormWebPart
Dim value As ListFormMode

value = instance.ListFormMode

instance.ListFormMode = value
public ListFormMode ListFormMode { get; set; }

Property Value

Type: Microsoft.Office.InfoPath.Server.Controls.WebUI.ListFormMode
One of the enumeration values.

Remarks

This setting applies only to the form for a customized list.

See Also

Reference

BrowserFormWebPart Class

BrowserFormWebPart Members

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