Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
230
xxxContextMenuInitializing event for ContextMenuStrip property
posted

Hi,

I've found that ContextMenuInitializing and NavigationContextMenuInitializing doesn't fire if I change ContextMenuStrip property of WinExplorerBar from (none) to my own. I need to handle this events. Is there any solution to this problem? Or am I missing something?

Parents
No Data
Reply
  • 69832
    Suggested Answer
    Offline posted

    It is only supposed to fire when the ContextMenu and ContextMenuStrip properties are not set, i.e., when he default menu is going to be shown. ContextMenuStrip exposes an Opening event which fires prior to it being shown, so I would expect you could use that event.

Children
No Data