Skip to main content
Version: 3.5

FormCollection

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Holds the collection of all top-level application forms.

public class FormCollection : ICollection, IEnumerable

Properties

Instance memberCount

Int32: Returns the total number of currently open forms.

Instance memberItem(index)

Form: Returns the form at the specified index.

Instance memberItem(name)

Form: Returns the first form with the specified name, the search is case insensitive.

Methods

Instance memberGetEnumerator()

Returns an enumerator that iterates through the open forms.

Returns: IEnumerator.