How do I turn off the Runtime customization popup (it is not appropriate for parts of my application). I have set allowcustomizations to false and turned off all of the RuntimeCustomizationOptions and the popup still appears, but it does nothing and should just be hidden from the end user.
Thanks,
blair
Thanks Mike that worked.
I'm not exactly sure which popup you are referring to, but I believe it is the toolbar list popup. If so, you can handle the BeforeToolbarListDropdown event of the toolbars manager and set Cancel to True.