Ignoring Mouse Events in MainContentComponent child component

Is there a way to make a sub-component that subclasses DocumentWindow() not 'ToFront()' when you click on it?    do I just override the mouse event handlers?

One way to ignore mouse clicks on a Component is to use Component::setInterceptsMouseClicks(), although I'm not sure if that's what you're looking for.