Context menu question

  • Thread starter Thread starter Richard L Rosenheim
  • Start date Start date
R

Richard L Rosenheim

There is a Popup event for when context menus are displayed. Does anyone
know of any way of determining if the context menu is being displayed, and
detecting when a context menu is closed?

Richard Rosenheim
 
It supports the Popup event which gets fired before showing the menu. But,
there is no event after the menu is closed. You might try using the selected
menu's Click event being an indicator for the menu close.

There is a Popup event for when context menus are displayed. Does anyone
know of any way of determining if the context menu is being displayed, and
detecting when a context menu is closed?

Richard Rosenheim
 
Back
Top