Changing the Color of a Toolbar

  • Thread starter Thread starter Charles A. Lackman
  • Start date Start date
C

Charles A. Lackman

Hello,

I am using the Toolbar from inside VS.NET and am looking for a way to change
it's background color. When I look it up on Microsoft's Web Site I see that
it is overridden ,but, I am very unsure how to accomplish this. Any
suggestions will be greatly appreciaed.

Thanks,

Chuck

P.S. I am using VB.NET. Thanks
 
* "Charles A. Lackman said:
I am using the Toolbar from inside VS.NET and am looking for a way to change
it's background color.

Set the control's 'Appearance' property to 'Flat' and change the
backcolor of the container the toolbar is placed in.
 
Thank You,

Is there a way of doing this without makeing the Appearance Flat?
 
Back
Top