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
2070
UPGRADE option for ToolBar Application Settings
posted

in C# there is an UPGRADE() option for the application settings which 'updates the settings to reflect a more recent installation of the application'. In other words, if I update the application it will attempt to restore the previous saved settings. And it does work fairly well.

I want to do the same thing with the Ultra WinToolBar settings. After searching around a bit I see there is an UPGRADE() method in the UltraWinToolbars.UltraToolbarsManager.UltraToolbarsManagerApplicationSettings which appears to be able to do the same thing (at least the description says it does). So how does one use this method? I've played around with it a bit, but I can never get it to 'upgrade' from the previous settings.

Anyone (or any infragistics folks) know how I can get this to work? Thanks in advance.

/Chimp (Tom)