Documentation for this section has not yet been entered.
When you set the TabControl.DrawMode property to TabDrawMode.OwnerDrawFixed, the System.Windows.Forms.TabControl raises the TabControl.DrawItem event whenever it needs to paint one of its tabs. To customize the appearance of the tabs, provide your own painting code in a handler for the TabControl.DrawItem event.
The System.Windows.Forms.TabControl does not support variable tab sizes with owner drawing.