Is there a way I can detect when a user closes a menu or menu popup? I would like to shut down other timers in a single-threaded app when the user opens a menu. But then I need to know when to restart all the timers.
Is there a way I can detect when a user closes a menu or menu popup? I would like to shut down other timers in a single-threaded app when the user opens a menu. But then I need to know when to restart all the timers.