SPFormContext.EnableInputFieldLabels property

Gets or sets a Boolean value that specifies whether the Edit or New form uses edit or add mode field labels.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Property EnableInputFieldLabels As Boolean
    Get
    Set
'Usage
Dim instance As SPFormContext
Dim value As Boolean

value = instance.EnableInputFieldLabels

instance.EnableInputFieldLabels = value
public bool EnableInputFieldLabels { get; set; }

Property value

Type: System.Boolean
true to specify that the form uses field labels; otherwise, false.

See also

Reference

SPFormContext class

SPFormContext members

Microsoft.SharePoint namespace