Application.OpenForms Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient une collection de formulaires ouverts possédée par l’application.
public:
static property System::Windows::Forms::FormCollection ^ OpenForms { System::Windows::Forms::FormCollection ^ get(); };
public static System.Windows.Forms.FormCollection OpenForms { get; }
static member OpenForms : System.Windows.Forms.FormCollection
Public Shared ReadOnly Property OpenForms As FormCollection
Valeur de propriété
FormCollection qui contient tous les formulaires actuellement ouverts appartenant à cette application.
Remarques
La OpenForms propriété représente une collection en lecture seule de formulaires appartenant à l’application. Cette collection peut être recherchée par position d’index ou par le Name de .Form