是否可以消除 Windows XP/Vista 中标题按钮(最小化、恢复...)之间的间隙?
我需要在使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不,没有 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.