Seems like the AllowCustomize is still unresponsive.
I have the following settings, but when I run the application the user can still right click on the toolbar and open the 'Customize' window.
this.tUltraToolbarsManager1.ToolbarSettings.AllowCustomize = Infragistics.Win.DefaultableBoolean.False;
foreach (UltraToolbar toolbar in tUltraToolbarsManager1.Toolbars)
toolbar.Settings.AllowCustomize = Infragistics.Win.DefaultableBoolean.False;
I want to turn off tool bar customization by user, how is that possible ?
-Ishpal.