Flex:隐藏菜单中的菜单项?
- 如何从 Menu 对象中隐藏菜单项?
- How to hide menu item from Menu object ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(1)
你不能。尽管在您提供给菜单栏的项目上检测到“启用”属性,但不存在“可见”属性之类的东西。我已经找过了! :-) 我通过手动循环菜单项并删除它们或从原始的、未触及的菜单项集合中添加主题来结束,以便菜单栏只获得它应该显示的内容。
You can't. Though there is a "enabled" property detected on the items you give to menubar, there is no such thing as "visible" property. I've searched for it ! :-) I've ended by manually looping over my menu items and removing them or adding theme from a raw, untouched collection of menuitems, so that the menubar only gets what it is supposed to display.