I am trying to remove “project” menu from menubar dynamically, means using code. Please help me out. It will be really helpful if someone can provide the exact code.
I am trying to remove project menu from menubar dynamically, means using code. Please
Share
If you are writing an RCP application you can control what goes into the main menu. If you are adding plugins that you didn’t write yourself and they are using extension points to contribute to the main menu, you can use Activities/Capabilities to remove them.
You cannot remove things from the main menu programmatically, unless your code contributed it.