Form.ActivateMdiChild(Form) Méthode

Définition

Active l'enfant MDI d'un formulaire.

protected:
 void ActivateMdiChild(System::Windows::Forms::Form ^ form);
protected void ActivateMdiChild (System.Windows.Forms.Form form);
protected void ActivateMdiChild (System.Windows.Forms.Form? form);
member this.ActivateMdiChild : System.Windows.Forms.Form -> unit
Protected Sub ActivateMdiChild (form As Form)

Paramètres

form
Form

Formulaire enfant à activer.

Remarques

Si le form paramètre est déjà le formulaire enfant MDI actif, la ActivateMdiChild méthode retourne simplement. Si form n’est pas null, il est défini pour être le formulaire enfant MDI actif.

Si le form paramètre est null ou non, ActivateMdiChild déclenche l’événement MdiChildActivate .

S’applique à

Voir aussi