Whenever I add a new TabPage to a TabControl the property UseVisualStyleBackColor is set to true on all the other TabPages on the TabControl. This causes all my background colors to disappear and I have to manually go into each TabPage and set the property back to False.
Does anyone know why this is happening and how to prevent this happening in the future.
Does anyone know why this is happening and how to prevent this happening in the future.