FormFix v6.0 for .NET - Updated
FieldCollection Class
Members 



Accusoft.FormDirectorSdk Namespace : FieldCollection Class
Represents a collection of Field objects. This object is generally only used as part of a FormDefinition object.
Object Model
FieldCollection ClassField Class
Syntax
'Declaration
 
<DefaultMemberAttribute("Item")>
Public Class FieldCollection 
   Inherits System.Collections.CollectionBase
'Usage
 
Dim instance As FieldCollection
[DefaultMember("Item")]
public class FieldCollection : System.Collections.CollectionBase 
[DefaultMember("Item")]
public ref class FieldCollection : public System.Collections.CollectionBase 
Remarks

A FieldCollection object enables you to maintain a list of Field objects. You can easily add, remove, and find Field objects in the list.

You should give each field in the collection a unique name, but this class does not enforce that constraint.

Inheritance Hierarchy

System.Object
   System.Collections.CollectionBase
      Accusoft.FormDirectorSdk.FieldCollection

See Also

Reference

FieldCollection Members
Accusoft.FormDirectorSdk Namespace

Is this page helpful?
Yes No
Thanks for your feedback.