中级父级上的 C# glass
我正在尝试在 mdiparent 上使用 DwmExtendFrameIntoClientArea 方法。
IsMdiContainer = true;
但是玻璃无法正确渲染。 这是我可以绕过的 mdiparent 的限制吗? 如果表单未设置为 mdicontainer,则玻璃会完美呈现。 玻璃区域涂成白色而不是玻璃。
I am trying to use the DwmExtendFrameIntoClientArea method on an mdiparent.
IsMdiContainer = true;
However the glass does not render correctly. Is this a limitation of an mdiparent I can get around? If the form isn't set as an mdicontainer then the glass renders perfectly. The glass area paints white instead of with glass.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如何删除 MDI 父窗体上的灰色背景?
How to remove gray background on MDI parent form?