I have a TabControl that contains 6 TabPages by default. When the user clicks buttons I add an additional TabPage, but I want to customize the look of these added TabPages, but preserve the default look of the original 6 TabPages. I think I can draw the customized look I want but, how do I manually draw the default look?
For example, TabPages "Quote", "Customer Info", "Sales Analzyer", "Bill of Material", "Calculation Schema", and "History" will always have the same look in the image below, but the 2 TabPages labeled"LED Billboard" will contain a red background with white text.
Ryan