I have a form with a bunch of textBox'es in it.
The Leave events of these textBoxes are executes as one would expect if the user pushes the TAB key, clicks on the next box, etc.

However, if one chooses a menuItem, the current textBox keeps the focus and the Leave event does not happen.

Did anyone else see this phenomenon ? Any ideas how to force the event to happen ?

Thanks in advance,

Werner