Form.CopyTo

Form.CopyTo method

Copies fields placed on the form into array.

public void CopyTo(Field[] array, int index)
ParameterTypeDescription
arrayField[]Array where fields must be placed.
indexInt32Starting index.

See Also