DocumentManager
1.DocumentManager与 XtraTabbedMdiManager 均可以实现以多标签的方式显示多个子窗口, 但DocumentManager可以实现停靠功能.
2.在DocumentManager的Tab标签上显示窗口的图标:
documentManager1.View.DocumentProperties.UseFormIconAsDocumentImage = true;
StaticResource.frmRuleSettings = new FrmRuleSettings(); StaticResource.frmRuleSettings.MdiParent = this; StaticResource.frmRuleSettings.Show();
3.不能在子窗口的Load事件中,使用 splashScreenManager1.ShowWaitForm(); 否则会导致界面卡死