在 VS winform 的编辑模式下更改控件的 Z 顺序

Change Z order of the control on edit mode in VS winform

我可以轻松地 bring to the front my specific win form control 使用此代码片段,但它只能在运行时而不是在编辑器模式下工作。

   lblAttendanceEmpName.BringToFront();

有什么方法可以安排编辑器上的控件顺序吗?

如果我没理解错的话,应该是

Rightclick -> Bring to Front

图像的特异性