与 .NET 中的 SystemInformation.CaptionHeight 等效的 Win32 API (MFC) 是什么?

发布于 2024-11-29 09:46:03 字数 183 浏览 0 评论 0原文

我试图找出相当于.NET 中的SystemInformation.CaptionHeight 的Win32 API (MFC)。到目前为止,我查看了 SystemParametersInfo() (http://msdn.microsoft.com/en-us/library/ms724947%28v=VS.85%29.aspx),它似乎不符合要求。

I am trying to figure out the Win32 API (MFC) equivalent to SystemInformation.CaptionHeight in .NET. So far I looked at SystemParametersInfo() (http://msdn.microsoft.com/en-us/library/ms724947%28v=VS.85%29.aspx) and it doesn't seem to fit the bill.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

我不吻晚风 2024-12-06 09:46:03

您可以调用 GetSystemMetrics ,参数为 SM_CYCAPTION。 (如果您查看 .Net 属性的代码,就会发现它的作用就是如此。)

You can call GetSystemMetrics with an argument of SM_CYCAPTION. (If you look at the code for the .Net property, that's all it does.)

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文