标签: c#
Form3 newMDIChild = new Form3(); newMDIChild.MdiParent = this; newMDIChild.Show();
我想创建Mdi表单并在第一个表单按钮下执行此操作但是Mdichild表单。 just like that 我希望表格3位于顶部。 我该如何解决?