2X faster development
The ultimate WPF UI toolkit to boost your development speed.
To hide the backstage button in Ribbon control we need to change the BackStageButton visibility in code behind XAML
C#
The above code example is used to set the BackStageButton visibility properties and the screenshot is as follows.
|
2X faster development
The ultimate WPF UI toolkit to boost your development speed.
This page will automatically be redirected to the sign-in page in 10 seconds.
<syncfusion:Ribbon.BackStageButton>
<syncfusion:BackStageButton Visibility="Collapsed"></syncfusion:BackStageButton>
</syncfusion:Ribbon.BackStageButton>
This does not work.
Can you provide a working sample?
This worked:
XAML
MainWindow.cs
XAML:
And how to do that with RibbonControlAdv? There is no property called BackStageButton.
Hi Joakim
Thank you for using our Syncfusion products.
From your query, we have understood that you are asking about Windows Forms RibbonControlAdv. If your requirement is to hide the BackstageButton of Windows Forms RibbonControl, you need to disable the MenuButton property.You can refer it more in details in the following documentation link:
UG: https://help.syncfusion.com/windowsforms/ribbon/backstage#restrict-backstage-opening
Regards, Vijayalakshmi VR