I've used the answer to this question to develop tabs that have a add tab and remove tab functionality: Close button for TabPages of Right To Left TabControl c#
The look here is very different compared to the default tabs look. How do I paint the custom control in the above question to make it look like the default tabs look? Images below to demonstrate what I mean.
This first image here shows the default look without having the tabcontrol being overriden by ownerdrawmode.
This second image here shows the look from the answer in the link.