menu click event not firing

  • Thread starter Thread starter Jesse Aufiero
  • Start date Start date
J

Jesse Aufiero

Hello,

I wonder if I've stumbled upon a bug in the compact framework. My smart
device application (built using VS.NET 2003) makes use of the built in menu
component. The resulting menu that I have designed branches out to various
sub menus.

My problem is that it seems that the 'click' and 'popup' events do not fire
for any menu item which has sub menu items. Conversely, the 'click' and
'popup' events of menu items without sub menu items fire as expected.

Has anyone encountered and worked around this problem??

Thanks!
 
This behavior is by design. If you want to modify submenus depending on the
app state, do it when the state changes and not when the user opens the menu
 
Back
Top