如何将菜单项的字体从粗体更改为常规?
我想将菜单项的字体从粗体更改为常规。 我看起来很少有像这样的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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
至少据我所知,这需要一个所有者绘制的菜单。正如链接中提到的,如果您愿意严格针对 Vista 和更新版本进行编码,则所有者绘制的菜单不再需要像以前那样频繁,但是:
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: