如何将菜单项的字体从粗体更改为常规?

发布于 2024-08-19 09:34:39 字数 99 浏览 7 评论 0原文

我想将菜单项的字体从粗体更改为常规。 我看起来很少有像这样的API 修改菜单 设置菜单项信息 但似乎没有直接的 API 来更改字体。

任何建议都是最简单和最好的方法。

I want to change font of a menu item from bold to regular.
I looked few API's like
ModifyMenu
SetMenuItemInfo
but looks like there is no direct API to change the font.

Any suggestions whats the easiest and best way to do that.

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

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

发布评论

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

评论(1

如何视而不见 2024-08-26 09:34:39

至少据我所知,这需要一个所有者绘制的菜单。正如链接中提到的,如果您愿意严格针对 Vista 和更新版本进行编码,则所有者绘制的菜单不再需要像以前那样频繁,但是:

  1. 大多数开发人员仍然需要支持 XP
  2. 这种情况并不真正需要无论如何,符合他们正在谈论的内容。

At least as far as I know, this requires an owner-drawn menu. As mentioned in the link, if you're willing to code strictly to Vista and newer, owner-drawn menus aren't necessary as often as they used to be, but:

  1. Most developers still need to support XP
  2. This case doesn't really fit what they're talking about anyway.
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文