Hi there,
I've been wondering about this problem for some time - doubleclicking a winforms TabControl's header doesn't get detected, but I'd like to handle this event.
It looks like all mouse events (click,move,etc.) don't get raised when they are on the 'inactive' area of TabControl. I've even tried subclassing TabControl, but the derived class' events aren't raised too. Overriding WndProc shown that it doesn't receive WM_LBUTTONDBLCLK message (I mean - WTF?).
Thanks. But I'm sure that the tab control knows that I've clicked on its header, it just doesn't let me know.
p.s. I've looked at http://stackoverflow.com/questions/32733/net-double-click-event-in-tabcontrol - but nothing