I have created a toolbar and would like the background color to be different than the main window color. The background color property is not included in the graphical IDE so I inserted
this.toolBar1.BackColor = System.Drawing.Color.White;
into the initialize components section and while it compiles without error the background color of the toolbar does not change. Any help or fix for this?
Thanks, Kyle
this.toolBar1.BackColor = System.Drawing.Color.White;
into the initialize components section and while it compiles without error the background color of the toolbar does not change. Any help or fix for this?
Thanks, Kyle