this.documentManager1.ContainerControl = this;
改为
this.documentManager1.MdiParent = this;
并设置 this.IsMdiContainer = true;
否则
FormBase fb = new FormBase(10); fb.MdiParent = this; fb.Show();
这样创建的DOC看不到。。。有何区别未知。。