How to disable end-user right-click context customization menu
Categories: DotNetBar for WPF, How To, Ribbon (WPF)
Wpf-Ribbon by default shows the context-menu which allows the end-user to customize the ribbon when ribbon is right-clicked. To disable the context menu completely use Ribbon.IsCustomizable attached property. Set Ribbon.IsCustomizable to false to disable the context menu. In XAML that would look like this:
<dc:Ribbon Name="ribbon1" Ribbon.IsCustomizable="False">Related posts:
Leave a Reply!