Menu handlers

I would like to use the menu handlers with container controls. They are only working when the container control itself has the focus. As soon as focus changes to a control on this container control, the menu handlers don’t work anymore.

So my conclusion is: there is no menu handler event propagation from the control to its owning container control. And therefore one needs to implement the same menu handler for each control on the container control.

Is that correct?