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 ce n’est pas nullle cas, il est défini sur le formulaire enfant MDI actif.

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

S’applique à

Voir aussi