Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
20
Ultratoolbar AllowCustomize property unresponsive
posted
  1. Create a form
  2. Add an UltraToolbarsManager to it
  3. Add a toolbar to the manager and maybe a few button controls
  4. Set the AllowCustomize property to the False value for either the manager or the toolbar or both
  5. Run the form
  6. Notice that the right-click menu and customize options are still available
  7. Notice the unchecking the toolbar will cause the toolbar to disappear and there is no way to get it back

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"?

Parents Reply Children
No Data