When you work with multiple layer design means
when controls goes to overwrite with each other in windows form then Bring to
front and Send to back comes handy. You can use these in both design and code
behind.
In Design:
Just right click on control that you want
to move front or back.
In Code Behind:
panelWait.BringToFront()
panelWait.SendToBack()
No comments:
Post a Comment