C#将控件置于顶层/底层

Control.BringToFront();//将控件放置所有控件最前端  
Control.SendToBack();//将控件放置所有控件最底端  
原文地址:https://www.cnblogs.com/qq1223558/p/3135504.html