Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

Control::UpdateZOrder Method ()

 

Updates the control in its parent's z-order.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

protected:
void UpdateZOrder()

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
Return to top
Show:
© 2017 Microsoft