Documentation Center

Fields Property

Gets a collection of Field declared on Form

Syntax

LanguageSyntax
C#FieldCollection Fields { get; }
Visual Basic (Declaration)ReadOnly Property Fields As FieldCollection
Visual C++property FieldCollection^ Fields { FieldCollection^ get ();}

Field Value

A FieldCollection containing a collection of Field objects declared on the Form object.