I've added a custom NTabControlRenderer to my NTabControl so I can paint the tab background the mouse over highlight color at times. I've overridden the DrawTabBackground method to do this drawing.
It doesn't get called when the application has a skin (i.e. like MacOS). It works as expected when there is no skin.
Is there any way I can make this work with a skin?