简体   繁体   English

最大化 Mdi 子窗体时显示 ControlBox

[英]Showing ControlBox When Mdi Child Form is Maximized

When I click maximize in control box on child form, control box buttons are disappearing.当我在子窗体的控制框中单击最大化时,控制框按钮正在消失。 How can I prevent that?我怎样才能防止这种情况? I want to show that control box part like when I do this:我想在执行此操作时显示控制箱部分:

"Form1.Dock = DockStyle.Fill"

Example:例子:

在此处输入图像描述

Take a look at the XtraForm.AllowMdiBar property that control whether an MDI bar is allowed for this form:查看XtraForm.AllowMdiBar属性,该属性控制此表单是否允许 MDI 栏:MdiBar

PS This property is in effect for a parent MDI form, when the title bar skinning feature is enabled. PS 当启用标题栏蒙皮功能时,此属性对父 MDI 表单有效。 PPS See also the Remarks section. PPS 另请参阅备注部分。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 当MDI子项最大化时,删除MDI容器窗体的默认MDI菜单 - Removing the default MDI menu of a MDI Container form when a MDI Child is maximized C#.NET MDI错误,以编程方式隐藏并再次显示最大化的子窗体,并且最大化时,子窗体的图标无法更改 - C#.NET MDI bugs when programmatically hiding and showing again a maximized child form and when maximized, child form's icon cannot be changed 当我关闭最大化的MDI子窗体时,什么也没有发生 - Nothing happens when I close maximized MDI child form mdi子窗体最大化windowstate - BorderStyle - mdi child form maximized windowstate - BorderStyle MDI父级中的面板在最大化时被子级重叠 - Panel in MDI Parent overlapped by child when maximized MDI子项在最大化时显示图标 - MDI child shows icon when maximized 如何在其windowstate =最大化的mdi容器表单中显示子表单? - How to show a child form within a mdi container form which its windowstate= maximized? 尝试显示MDI子窗体时出现AccessViolationException - AccessViolationException when trying to show an MDI Child form 最大化MDI子表单 - Maximize MDI child form 显示 MDI 子项 - 仅在屏幕上显示一毫秒的随机表格 - Showing MDI Child - A random form visible only for a millisecond appearing on the screen
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM