menu click event not firing

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!
 
A

Alex Feinman [MVP]

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top