suite4.net.FormDatabase Documentation

IFormCollection Interface

Represents a collection of IForm objects.

For a list of all members of this type, see IFormCollection Members.

[Visual Basic]
Public Interface IFormCollection
    Implements ICollection, IEnumerable
[C#]
public interface IFormCollection : ICollection, IEnumerable

Remarks

This collection can only contain objects of type IForm.

Requirements

Namespace: suite4.net.FormDatabase

Assembly: suite4.net.FormDatabase (in suite4.net.FormDatabase.dll)

See Also

IFormCollection Members | suite4.net.FormDatabase Namespace