I'm trying to remove pages in Krypton Navigator when the middle mouse button is pressed over its tab (yes, like Firefox
I don't find a way to handle events for the tabs, so I tried to do it from the Navigator's MouseUp event. From here, I can catch the middle click and its coordinates but I don't know over which tab occurs (not necessary over the selected page). I'm trying with the GetChildAtPoint() method, but this don't return tabs.
Any solution?
thx