TabControl and Menu color settings question
The menu items in and containers don't have a .BackGround or .ForeGround property, is it possible to change their colors?
Also, I changed the .BackGround and .ForeGround on a TabControl and it did not change the color (should have changed something to Cyan I'd think), I changed the pages as well, and those changed the page color, however the tabs are still a color I don't want (I had System.Drawing.Color.Cyan assigned to the form's this.window_background_color, and I assigned this.window.backgroundcolor to both the TabControl and the TabPages .BackGround attribute.
Any suggestions?

