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

Exit and Options Buttons in the RibbonBar Start Menu

2 Answers 170 Views
RibbonBar
This is a migrated thread and some comments may be shown as answers.
Sedat
Top achievements
Rank 1
Sedat asked on 24 Aug 2015, 12:40 PM
Hello,

There are Exit and Options button at runtime in radribbonbar's start menu, but I don't want them to show up. How can I achieve this?

2 Answers, 1 is accepted

Sort by
0
Sedat
Top achievements
Rank 1
answered on 24 Aug 2015, 12:59 PM

Okay, I have achieved it.

with:

radRibbonBar.ExitButton.Visibility = ElementVisibility.Collapsed;
radRibbonBar.RibbonBarElement.ExitButton.ButtonElement.Visibility = ElementVisibility.Collapsed;
radRibbonBar.RibbonBarElement.ExitButton.Visibility = ElementVisibility.Collapsed;

I don't know which one is working though.

0
Stefan
Telerik team
answered on 25 Aug 2015, 09:46 AM
Hello Sedat,

Thank you for writing.

All of them will probably do the job, but you can keep just the first it. It will be enough.

I hope this helps.

Regards,
Stefan
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
RibbonBar
Asked by
Sedat
Top achievements
Rank 1
Answers by
Sedat
Top achievements
Rank 1
Stefan
Telerik team
Share this question
or