当前位置:编程学习 > C#/ASP.NET >>

请继承DockContent的form表单如何排序


例如 我现在想把申请表这个form表单向后移或是放在最后,代码如何实现?
这些form表单都继承自 : DockContent 这个using WeifenLuo.WinFormsUI.Docking;
第三方插件?
Winform --------------------编程问答--------------------

[DefaultValue(true)]
public bool AllowEndUserDocking { get; set; }
[DefaultValue(true)]
public bool AllowEndUserNestedDocking { get; set; }
--------------------编程问答-------------------- 试试这2个属性,看是不是你要的效果。 --------------------编程问答-------------------- 不是!能否有个好的方法
补充:.NET技术 ,  C#
CopyRight © 2012 站长网 编程知识问答 www.zzzyk.com All Rights Reserved
部份技术文章来自网络,