I am designing an ActiveX control which is a control container that can get focus, however, I can't figure out how to keep the focus on the control when one of it's contained controls recieves focus. In fact, it doesn't need to have focus really, but I want it to visually look like it does as long as it's child controls has the focus. So maybe, if there's some way to check if the control that currently has focus is contained in my control.

Any help would be greatly appreciated.