For reference:
toolbar.Settings.AllowCustomize = Infragistics.Win.DefaultableBoolean.False
Did I miss something or is this the way things suppose to work when AllowCustomize = "False"?
Hello Amit,
I've tried this and it seems to work fine for me. Please take a look at my sample and let me know of your current version of NetAdvantage.
Customization windows always open below toolbar. If i dock main toolbar bottom, customization windows open behind the windows main task bar.
Customization window should open automatically UP/DOWN main toolbar based upon dock location.
How to control customization window opening location.
Handle the BeforeToolbarListDropdown event and set Cancel to True.
I need to stop the "Customize..." context menu that comes when you right-click on a ultra toolbar. How can I do that? I set
ultraToolbarsManager1.RuntimeCustomizationOptions = RuntimeCustomizationOptions.None;
But, this does not help. Any help is much appreciated.
That works for me, too. Personally, I think that full dock-ability and customization should be false by default, but RuntimeCustomizationOptions is the property that can totally kill the customization menu. This is on the manager, not the toolbar, so if you want one toolbar to be customizable and another not, then you need different managers.