MdiClient.ControlCollection.Remove(Control) Méthode

Définition

Supprime un contrôle enfant.

public:
 override void Remove(System::Windows::Forms::Control ^ value);
public override void Remove (System.Windows.Forms.Control value);
override this.Remove : System.Windows.Forms.Control -> unit
Public Overrides Sub Remove (value As Control)

Paramètres

value
Control

Formulaire enfant MDI à supprimer.

S’applique à