When moving the mouse over a XPTaskBarBox, the XPTaskBarBox's Focus method fires and any controls that had focus (in a sibling XPTaskBarBox) have their LostFocus, Validating and Leave events fire.
In my case, this is causing some problems.
Is there any way to prevent the Focus event from firing when the user mouses over the child panel?
I had a look at the virtual method AttachChildPanel, but I don't want to rewrite all of that. I was hoping to somehow just omit the MouseHover, MouseMove and Mouseeneter events from being hooked up with the childPanel.