Form.GetFieldsInRect

Form.GetFieldsInRect method

Returns fields inside of specified rectangle.

public Field[] GetFieldsInRect(Rectangle rect)
ParameterTypeDescription
rectRectangleRectangle where fields should be found.

Return Value

Array with found fields.

See Also