SPFormContext.FieldControlCollection Property

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

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

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