- How to hide menu item from Menu object ?
How to hide menu item from Menu object ?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.