Hi,
From the UltraWinToolbars.UltraToolbarsManager i want to use the Round Vista button as a simple button (without any menu)
To achieve this i tried capturing the _BeforeApplicationMenuDropDown event and setting the Cancel event (e.Cancel) to true.
I would expect this to cancel the menu drop down, then i can run whatever code i like afterwards?
But the Cancel doesn't seem to actually stop the menu drop down...
Is there a better way i could be acheiving this?
Cheers,
Craig
Set Office2007UICompatibility to False. According to the Office 2007 UI Guidelines, when the application menu button it clicked, the menu must be dropped down. Therefore, when Office2007UICompatibility is True, the Cancel setting on the event args is ignored.
I still havn't come up a with a way around this... Am i using the cancel vairable wrong in this case?