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!

RE: MainMenu Control by srhartone

srhartone
Wed Apr 30 09:17:00 CDT 2008

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.
--
Simon Hart
Visual Developer - Device Application Development MVP
http://simonrhart.blogspot.com


"Nilda" wrote:

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