This is a migrated thread and some comments may be shown as answers.

Ribbonbar Background Color

1 Answer 129 Views
RibbonBar
This is a migrated thread and some comments may be shown as answers.
Epsilon25
Top achievements
Rank 1
Epsilon25 asked on 30 Jan 2008, 12:14 AM
I change the ribbonbar's background color to black in Visual Studio Express (VB). It does change in the IDE, but when I run my app, the ribbonbar appears blue, not black.

I am using ribbonbar 2006 Q4, VB Express 2008, Vista Ultimate, no aero effects.

Thanks

1 Answer, 1 is accepted

Sort by
0
Peter
Telerik team
answered on 30 Jan 2008, 12:13 PM
Hi,

You can change the RibbonBar's back color using the corresponding property (put this line in form load handler):

Me.RadRibbonBar1.BackColor = Color.Black

If you want to change the color schema of the RibbonBar (e.g. make it black), I would suggest you use the Office2007Black theme.

Greetings,
Peter
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
RibbonBar
Asked by
Epsilon25
Top achievements
Rank 1
Answers by
Peter
Telerik team
Share this question
or