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)
Available in Sandboxed Solutions: No
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.