Hi
I use Ultratoolbarmanager with ribbons and Application menu.
In the application menu - popup menu is inserted and it is expanded by default. But i want to make it expanded only when I click on it. how can I achive this.
Thank you
Hi,
You can handle BeforeApplicationMenu2010Displayed and set the ActiveContentTool to null.
Hi Ivaylo
It does not solve the following issue:
Click File menu
Click sub menu item Sync : you see the submenu opened together with lower level of submenu opened?
Question is: when we clicks the submenu Sync, we dont want the other submenues inside of sync be opened by default
You can prevent the default opened state within the Application Menu of any PopupMenuTool by handling BeforeToolDropdown in the following way:
This works for me! Thank you