System.Windows.Forms.Application.OpenForms Property

Gets a collection of open forms owned by the application.

Syntax

public static FormCollection OpenForms { get; }

Value

Documentation for this section has not yet been entered.

Remarks

The Application.OpenForms property represents a read-only collection of forms owned by the application. This collection can be searched by index position or by the Control.Name of the System.Windows.Forms.Form.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0