是否可以消除 Windows XP/Vista 中标题按钮(最小化、恢复...)之间的间隙?

发布于 2024-09-04 05:40:15 字数 98 浏览 4 评论 0原文

我需要在使用 Devexpress 皮肤编辑器创建皮肤时消除按钮之间的间隙。我找不到这样的选择。然后我认为可以通过代码来完成,但我找不到答案,即使使用Windows API也是如此。

I needed to remove the gap between the buttons while creating a skin using Devexpress skin editor. I couldn't find such an option. Then I thought it can be done by code but I couldn't find an answer, even using the Windows API.

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

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

发布评论

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

评论(1

梦里兽 2024-09-11 05:40:15

不,没有 API 可以控制这些按钮的位置。

您可以对它们进行子类化并强制它们改变位置,但这是一个很大的痛苦。用户也会在潜意识中受到干扰。

更好的是,您应该完全关闭它们并使用自定义按钮编写自定义表单。

No, there is no API to control the placement of those buttons.

You could subclass them and force them to change position, but that's a big pain. Also users will be subliminally disturbed.

Better you should turn them off entirely and write a custom form with custom buttons.

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