Control::UpdateZOrder Method ()
.NET Framework (current version)
Updates the control in its parent's z-order.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
The UpdateZOrder method updates the position of the control in its parent control's z-order. 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.
.NET Framework
Available since 1.1
Available since 1.1
Show: