Winforms BringToBack Option?

Winforms has a "BringToFront" function that moves the form to the beginning of the Z-Order. Is there a way to do the opposite - to push the shape onto the back?

+1


a source to share


1 answer


Using: Form.SendToBack()



+5


a source







All Articles