Gets an
ArrayList that stores the field controls in the form.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in microsoft.sharepoint.dll)
Visual Basic (Declaration)
Public ReadOnly Property FieldControlCollection As ArrayList
Dim instance As SPFormContext
Dim value As ArrayList
value = instance.FieldControlCollection
public ArrayList FieldControlCollection { get; }
Property Value
A System.Collections.ArrayList object that stores the field controls.