winform的zIndex(小技巧)

winform中的z-Index不能通过控件属性直接设置
            Controls.SetChildIndex(button1, 1);
            Controls.GetChildIndex(button1);
原文地址:https://www.cnblogs.com/cuihongyu3503319/p/1553939.html