Search code examples
.netwinformsbackz-order

Winforms BringToBack Option?


In winforms there is a function "BringToFront" that moves a form to the top of the Z-Order. Is there a way to do the opposite--push a form to the back?


Solution

  • Use: Form.SendToBack()