Control.UpdateZOrder Méthode
Définition
Met à jour le contrôle dans l'ordre de plan de son parent.Updates the control in its parent's z-order.
protected:
void UpdateZOrder();
protected void UpdateZOrder ();
member this.UpdateZOrder : unit -> unit
Protected Sub UpdateZOrder ()
Remarques
La méthode UpdateZOrder met à jour la position du contrôle dans l’ordre de plan de son contrôle parent.The UpdateZOrder method updates the position of the control in its parent control's z-order. Par exemple, si ce contrôle est un contrôle nouvellement créé qui a été ajouté à un Control.ControlCollection, l’ordre de plan est mis à jour avec le nouveau contrôle ajouté à l’arrière.For example, if this control is a newly created control that was added to a Control.ControlCollection, the z-order is updated with the new control added to the back.