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.
 
Back
Top