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

Text instead of image on BackstageView tab

2 Answers 77 Views
RibbonBar
This is a migrated thread and some comments may be shown as answers.
Jason
Top achievements
Rank 1
Jason asked on 02 Oct 2012, 08:39 PM
Similar to Office 2010 - I would like to have the text "File" appear on the tab/button that displays the Backstage view, rather than an image. Is this possible? If so, how is it done?

2 Answers, 1 is accepted

Sort by
0
Accepted
Jason
Top achievements
Rank 1
answered on 02 Oct 2012, 08:59 PM
I think I got it figured out. The key is to set the DisplayStyle to just DisplayStyle.Text like so:

radRibbonBar1.RibbonBarElement.ApplicationButtonElement.DisplayStyle = Telerik.WinControls.DisplayStyle.Text;
radRibbonBar1.RibbonBarElement.ApplicationButtonElement.Text = "File";
0
Stefan
Telerik team
answered on 05 Oct 2012, 01:34 PM
Hi Jason,

That is correct. This is the property that you need to set in order to make the button display just text.
 
Greetings,
Stefan
the Telerik team
RadControls for WinForms Q2'12 release is now live! Check out what's new or download a free trial >>
Tags
RibbonBar
Asked by
Jason
Top achievements
Rank 1
Answers by
Jason
Top achievements
Rank 1
Stefan
Telerik team
Share this question
or