天天看點

winform的z-Index(小技巧)

winform中的z-Index不能通過控件屬性直接設定

            Controls.SetChildIndex(button1, 1);

            Controls.GetChildIndex(button1);