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?
Thanks I knew there had to be an option, but there are so many functions in windows.forms.form that finding it was becoming not so fun very fast! Appreciate it.
Jeff
2009-05-25 13:22:59
You could have searched for "back" in the member overview :) It's true though that "Bring" and "Send" are not really good choices.
OregonGhost
2009-05-25 13:39:35