2010-06-25 Carlos Alberto Cortez * TabControlPainter.cs: Use TabControl.Font to draw instead of TabPage.Font values. Fixes bits of #551032. 2010-05-17 Carlos Alberto Cortez * TabControlPainter.cs: When drawing the contents of our tabs use TabControl.Padding instead of BorderThickness and FocusRectSpacing. 2008-10-20 Jonathan Pobst * ToolStripPainter.cs: Don't paint over a set BackgroundImage. 2008-09-16 Jonathan Pobst * TabControlPainter.cs: Hook tab painting into ShowFocusCues. 2008-07-31 George Giolfan * TabControlPainter.cs: Added DrawScrollButton. 2008-07-09 George Giolfan * TabControlPainter.cs, ToolStripPainter.cs: Now falls back to the default implementation when Visual Styles should not be used. 2008-05-21 George Giolfan * TabControlPainter.cs: Enabled support for the hot style. 2008-05-19 George Giolfan * TabControlPainter.cs: Refactored: Used DrawBackground instead of Draw. 2008-05-07 George Giolfan * ToolStripPainter.cs: Added. 2008-04-30 George Giolfan * TabControlPainter.cs: Ordered usings. 2008-04-28 George Giolfan * TabControlPainter.cs: Fixed duplication. 2008-04-28 George Giolfan * TabControlPainter.cs: Added. 2008-04-25 George Giolfan * CheckBoxPainter.cs, RadioButtonPainter.cs: Added.