SPFormContext.FieldControlCollection property

Gets an ArrayList that stores the field controls in the form.

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

Syntax

'Declaration
Public ReadOnly Property FieldControlCollection As ArrayList
    Get
'Usage
Dim instance As SPFormContext
Dim value As ArrayList

value = instance.FieldControlCollection
public ArrayList FieldControlCollection { get; }

Property value

Type: System.Collections.ArrayList
A System.Collections.ArrayList object that stores the field controls.

See also

Reference

SPFormContext class

SPFormContext members

Microsoft.SharePoint namespace