ImageGear .NET
Fields Property




Gets the array containing all the fields in this form.
Syntax
'Declaration
 
Public ReadOnly Property Fields As FieldArray
'Usage
 
Dim instance As Form
Dim value As FieldArray
 
value = instance.Fields
public FieldArray Fields {get;}
public: __property FieldArray* get_Fields();
public:
property FieldArray^ Fields {
   FieldArray^ get();
}

Property Value

The array containing all the fields in this form.
See Also

Reference

Form Class
Form Members

 

 


©2017. Accusoft Corporation. All Rights Reserved.

Send Feedback