MFC 菜单下拉菜单(包含屏幕截图)

发布于 2024-10-13 15:32:14 字数 163 浏览 1 评论 0原文

我在使用 MFC 应用程序菜单下拉时遇到困难。我希望下拉菜单在单击时显示所有项目。相反,它显示用户必须单击才能显示下拉项的箭头。

请参阅下图。任何帮助将不胜感激。谢谢!

替代文本

I'm having difficulties with an MFC application menu drop down. I want the drop down to display all items when it is clicked. Instead it displays arrows which the user must click in order to show the drop down items.

See the pic below. Any help would be appreciated. Thanks!

alt text

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

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

发布评论

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

评论(1

要走就滚别墨迹 2024-10-20 15:32:14

我相信这是 MFC 功能包的一个功能,其中菜单将隐藏很少使用的项目。您应该能够使用 CMFCMenuBar::SetShowAllCommands 方法禁用此功能。

I believe this is a feature of the MFC feature pack where the menu will hide rarely used items. You should be able to disable this feature using the CMFCMenuBar::SetShowAllCommands method.

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