Hello,
sometimes it happens that I have to "reset" the layout of my UltraDockManager: I know that some information are stored in a specific section of app.config, but I also realized that other information are stored in some user.config file in a path similar to "\AppData\Local\...."
My question is this: what is the best way to reset the UltraDockManager layout on a customer computer?
Is not always sufficient to remove only the section in app.config, but neither is it easy to delete temporary files every time...
I hope I was clear...
Thank you
Shoul I use:
UltraDockManager.ResetComponentSettings()UltraDockManager.LoadComponentSettings()
?
Hi,
Yes you could used ResetComponentSetting() method or overide existing settings with a new one using SaveComponentSettings() method.
Let me know if you have any questions.