Disable right click menu on menu bars

When a user right clicks a menu bar, a list of toolbars appears with checks next to the toolbars that are visible. I don''t want the user to have these options. In fact, I don''t want the popup to appear when the user right clicks a menu bar at all. I''ve been able to turn off the customise option with the EnableCustomization property on the BarManager. Is there a way to prevent the toolbar visible check bar items? Carl.

1 Reply

AD Administrator Syncfusion Team May 25, 2005 02:26 AM UTC

Nevermind, I found it. (The AllowHiding property on each Bar controls it''s visibility in the popup. Setting this property to False on all Bars fixes the problem)

Loader.
Up arrow icon