Hi,
How can i hide MenuItems that shown by clicking the NavigationOverflowQuickCustomizeButtonUIElement ?
"Navigation pane Options..." for example, is this possible ?
Using UltraExplorerBar with ControlStyle set to OutlookNavigationPane. (Version 2009.2)
Thanks
Handle the NavigationContextMenuInitializing event, which gives you a reference to the ContextMenu right before it is displayed.
Hi Brian,
i have the Problem the ultraExplorerBar1.NavigationContextMenuInitializing is never fired.
ExplorerBar ControlStyle is set to OutlookNavigationPane but if i click on the ">>" Button the Event not fired.
What is my fault ?
Thank you
Ingo