MDI window title in Windows 10

十年热恋 提交于 2019-12-17 16:49:10

问题


I'm testing Delphi applications on Windows 10 and I was intrigued a difference in rendering the window frames on MDI forms.

It is the intention?


回答1:


I presume you are talking about the minimise, maximise and close buttons at the right hand end of the caption bar.

These buttons are rendered by the system rather than Delphi and the behaviour is as designed. Microsoft deprecated MDI at least 15 years ago and so it's not at all surprising that they have not modified it to match the new style of Windows 10.

So yes, what you are observing is to be expected, and is how Microsoft intend the non-client area of MDI children to be rendered.



来源:https://stackoverflow.com/questions/31959800/mdi-window-title-in-windows-10

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!