本文转自:http://www.cnblogs.com/76674718/archive/2009/11/18/1605429.html
将控件置于顶层:BringToFront()方法
将控件置于底层:SendToBack()方法
代码中运用方法:
button1.SendToBack();
button1.BringToFront();
本文转自:http://www.cnblogs.com/76674718/archive/2009/11/18/1605429.html 将控件置于顶层:BringToFront()方法 将控件置于底层:SendToBack()方法
代码中运用方法:
|
||