MainMenu Control

  • Thread starter Thread starter Nilda
  • Start date Start date
N

Nilda

Hi, anybody knows if is possible detect when a mainmenu control pop down ?

I can manage popup event from VS, but i need to detect when it close.

Thanks in advance!
 
You will get a Paint event when this occurs if that's any use. Another way is
to trap the MouseDown event for that form - not ideal but the paint event
would be better.
 

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

Back
Top